From bdd5fccdeed418f2f79e25aa04a0b06171300c49 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Mar 2000 21:07:41 +0000 Subject: Update. 2000-03-03 Ulrich Drepper * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality call. --- posix/regex.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'posix') diff --git a/posix/regex.c b/posix/regex.c index 507ac86..4c66337 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -170,6 +170,14 @@ char *realloc (); # endif #endif /* not emacs */ + +#if defined _LIBC || HAVE_LIMITS_H +# include +#endif + +#ifndef MB_LEN_MAX +# define MB_LEN_MAX 1 +#endif /* Get the interface, including the syntax bits. */ #include -- cgit v1.1