summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-02 07:09:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-02 07:09:25 +0000
commit58df3afc50366e5a2647a38a27cefd0ffed8d393 (patch)
tree215c836af7ee360ed60b20bfcfe3a70075500740 /src/system.h
parent047839ffb4fea7a632be0a3f66e174b3ac5c4004 (diff)
downloadcoreutils-58df3afc50366e5a2647a38a27cefd0ffed8d393.tar.xz
Include <stdint.h> unconditionally, since we
now assume the stdint module.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/system.h b/src/system.h
index 7ddbd7dbe..644c03c8a 100644
--- a/src/system.h
+++ b/src/system.h
@@ -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"