2007-05-13 Bruno Haible <bruno@clisp.org>
- * lib/glibconfig_.h: Include stdio.h instead of vasprintf.h.
+ * lib/vasprintf.c: Include stdio.h instead of vasprintf.h.
+ * lib/glibconfig_.h: Likewise.
2007-05-13 Bruno Haible <bruno@clisp.org>
/* Like vsprintf but provides a pointer to malloc'd storage, which must
be freed by the caller.
- Copyright (C) 1994, 1998, 1999, 2000-2003, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1998-1999, 2000-2003, 2006-2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include <config.h>
/* Specification. */
-#include "vasprintf.h"
+#include <stdio.h>
#include <stdio.h>
#include <string.h>