Eric Blake <[EMAIL PROTECTED]> writes: > According to Simon Josefsson on 3/13/2007 7:29 AM: >> >> Thanks! How about this? >> >> /Simon >> >> 2007-03-13 Simon Josefsson <[EMAIL PROTECTED]> >> >> * m4/stdio_h.m4: Add stubs for vasprintf too. > > Missing a NEWS entry that you are removing a header.
Right, here goes:
2007-03-13 vasprintf The module now depends on stdio, so replace
#include "vasprintf.h"
with
#include <stdio.h>
/Simon
