Include <stdint.h> unconditionally, since we
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jul 2006 07:09:25 +0000 (07:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jul 2006 07:09:25 +0000 (07:09 +0000)
now assume the stdint module.

ChangeLog
src/system.h

index 6f2f561..f6817ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/system.h: Include <stdint.h> unconditionally, since we
+       now assume the stdint module.
+
 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: With no operand, 'tail -f' now silently ignores the '-f'
index 7ddbd7d..644c03c 100644 (file)
@@ -334,9 +334,7 @@ enum
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif
-#if HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
 
 #if ULONG_MAX_LT_ULLONG_MAX
 # define LONGEST_MODIFIER "ll"