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 92edcc24a2dae6b829beb46070beb5186a8f7e9c..6ca001fa553c5effb9405abbd7a41bc3c377681c 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 3b2cb9968312bab4c3461f2aa6391f785517f70b..ccb58b08894e703b4907580798cdefa473b2004c 100755 (executable)
@@ -15,6 +15,7 @@ gl_STDIO_MODULE_INDICATOR([fflush])
 Makefile.am:
 
 Include:
+<stdio.h>
 
 License:
 GPL
index 0a299c8931794172283d90d46a52e50f02c4cf6f..9f82af45369f1ba2701ed7f36d785ab711cfe180 100644 (file)
@@ -19,6 +19,7 @@ gl_INTTYPES_MODULE_INDICATOR([strtoimax])
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL
index 8278e4eada9059a5174cbb47cbc61b680beb1184..81d85c1ebfb18cc7c771cb12ae0a6b951fdbc03b 100644 (file)
@@ -19,6 +19,7 @@ gl_INTTYPES_MODULE_INDICATOR([strtoumax])
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL