changeset 8679:80a6ec6ecb2e

Mention the include file.
author Bruno Haible <bruno@clisp.org>
date Fri, 13 Apr 2007 01:46:18 +0000
parents b2dfadf7ffdc
children f33e67b8289e
files ChangeLog modules/fflush modules/strtoimax modules/strtoumax
diffstat 4 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/fflush
+++ b/modules/fflush
@@ -15,6 +15,7 @@
 Makefile.am:
 
 Include:
+<stdio.h>
 
 License:
 GPL
--- a/modules/strtoimax
+++ b/modules/strtoimax
@@ -19,6 +19,7 @@
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL
--- a/modules/strtoumax
+++ b/modules/strtoumax
@@ -19,6 +19,7 @@
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL