+2007-10-21 Bruno Haible <bruno@clisp.org>
+
+ * printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
+ context.
+
2007-10-21 Bruno Haible <bruno@clisp.org>
* dcigettext.c (_nl_find_msg): Use plain ANSI C.
#include <stddef.h>
/* Get intmax_t. */
-#ifdef IN_LIBINTL
+#if defined IN_LIBINTL || defined IN_LIBASPRINTF
# if HAVE_STDINT_H_WITH_UINTMAX
# include <stdint.h>
# endif
+2007-10-21 Bruno Haible <bruno@clisp.org>
+
+ * printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
+ context.
+
2007-06-10 Bruno Haible <bruno@clisp.org>
* printf-parse.c: Don't include config.h and the specification
#include <stddef.h>
/* Get intmax_t. */
-#ifdef IN_LIBINTL
+#if defined IN_LIBINTL || defined IN_LIBASPRINTF
# if HAVE_STDINT_H_WITH_UINTMAX
# include <stdint.h>
# endif