summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-28 20:51:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-28 20:51:56 +0000
commita66840f18dbdd1e1852929a4b58c8bebee10d685 (patch)
treea2e016ba81683d752f9a9804f1c729e03d269148 /src
parentba663fc19010d2d6ec95690d19ab348457ad06a1 (diff)
downloadcoreutils-a66840f18dbdd1e1852929a4b58c8bebee10d685.tar.xz
Adjust to recent gnulib changes for the inttypes module.
* bootstrap.conf (gnulib_modules): Remove stdint; add inttypes. (excluded_files): Don't exclude m4/inttypes-h.m4 or m4/inttypes-pri.m4. * src/system.h: Don't bother to include <stdint.h>, since we can now assume inttypes.h does the equivalent of including stdint.h.
Diffstat (limited to 'src')
-rw-r--r--src/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 226c863c9..8901bb5ad 100644
--- a/src/system.h
+++ b/src/system.h
@@ -328,7 +328,6 @@ enum
#include "timespec.h"
#include <inttypes.h>
-#include <stdint.h>
#include <ctype.h>