diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-28 13:24:24 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-28 13:24:24 +0000 |
commit | 1c86fc78246d5589bcab47e36061759e1124b96a (patch) | |
tree | da423aabcfffd7916c0a96631498805b614f745a /libc/misc/regex/regex_internal.h | |
parent | cdbf15c730c1d374b2fe5802b32fe0db4c24643d (diff) |
Sync w/ glibc
Diffstat (limited to 'libc/misc/regex/regex_internal.h')
-rw-r--r-- | libc/misc/regex/regex_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/misc/regex/regex_internal.h b/libc/misc/regex/regex_internal.h index d82cf6d42..a0dd28247 100644 --- a/libc/misc/regex/regex_internal.h +++ b/libc/misc/regex/regex_internal.h @@ -43,6 +43,9 @@ libc_hidden_proto(nl_langinfo) #if defined HAVE_STDBOOL_H || defined _LIBC # include <stdbool.h> #endif /* HAVE_STDBOOL_H || _LIBC */ +#if defined HAVE_STDINT_H || defined _LIBC +# include <stdint.h> +#endif /* HAVE_STDINT_H || _LIBC */ #if defined _LIBC # include <bits/libc-lock.h> #else |