summaryrefslogtreecommitdiff
path: root/posix/regcomp.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 16:34:06 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-26 16:34:06 +0200
commitf0f440a6f2e5b88e9f4114110d37689c6148e13d (patch)
tree70cde5327dcfb101349a0ec50a7d13b4431d7f6e /posix/regcomp.c
parentde1463d3e4657cf44779185870cdf5a22ee1e415 (diff)
parente631e5064e2efc594149a07e726ed086f2d8b84d (diff)
Merge commit 'refs/top-bases/t/hurdsig-global-dispositions-versions' into t/hurdsig-global-dispositions-versions
Diffstat (limited to 'posix/regcomp.c')
-rw-r--r--posix/regcomp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/regcomp.c b/posix/regcomp.c
index 578044155b..0ffc2fad8b 100644
--- a/posix/regcomp.c
+++ b/posix/regcomp.c
@@ -17,6 +17,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#include <stdint.h>
+
static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
size_t length, reg_syntax_t syntax);
static void re_compile_fastmap_iter (regex_t *bufp,