diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-30 20:34:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-30 20:34:23 +0000 |
commit | 3e50cea2f5644a021e73230ac6cb536c0be5f055 (patch) | |
tree | fa828a257836ca29fe26878254efc447e5a34b1e /m4 | |
parent | 339738f351376daf6f98c40c9b4f1a223808648b (diff) | |
download | coreutils-3e50cea2f5644a021e73230ac6cb536c0be5f055.tar.xz |
(jm_MACROS): Add stdint.h to the list of headers.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 95e262670..ce882a744 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 27 +#serial 28 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -32,6 +32,7 @@ AC_DEFUN(jm_MACROS, paths.h \ stdlib.h \ stddef.h \ + stdint.h \ string.h \ sys/acl.h \ sys/filsys.h \ |