Mention the include file.
authorBruno Haible <bruno@clisp.org>
Fri, 13 Apr 2007 01:46:18 +0000 (01:46 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 13 Apr 2007 01:46:18 +0000 (01:46 +0000)
ChangeLog
modules/fflush
modules/strtoimax
modules/strtoumax

index 92edcc2..6ca001f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-12  Bruno Haible  <bruno@clisp.org>
+
+       * modules/fflush (Include): Mention <stdio.h>.
+       * modules/strtoimax (Include): Mention <inttypes.h>.
+       * modules/strtoumax (Include): Likewise.
+
 2007-04-12  Eric Blake  <ebb9@byu.net>
 
        * .cvsignore: New file.
index 3b2cb99..ccb58b0 100755 (executable)
@@ -15,6 +15,7 @@ gl_STDIO_MODULE_INDICATOR([fflush])
 Makefile.am:
 
 Include:
+<stdio.h>
 
 License:
 GPL
index 0a299c8..9f82af4 100644 (file)
@@ -19,6 +19,7 @@ gl_INTTYPES_MODULE_INDICATOR([strtoimax])
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL
index 8278e4e..81d85c1 100644 (file)
@@ -19,6 +19,7 @@ gl_INTTYPES_MODULE_INDICATOR([strtoumax])
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL