diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-28 20:51:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-28 20:51:56 +0000 |
commit | a66840f18dbdd1e1852929a4b58c8bebee10d685 (patch) | |
tree | a2e016ba81683d752f9a9804f1c729e03d269148 /src | |
parent | ba663fc19010d2d6ec95690d19ab348457ad06a1 (diff) | |
download | coreutils-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.h | 1 |
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> |