diff options
author | 2011-06-10 12:45:09 -0700 | |
---|---|---|
committer | 2011-06-10 22:44:20 -0700 | |
commit | 5615eaf26469f20c2d8c3be5770e12564a1edfff (patch) | |
tree | cf9eb7a5797cd7c9dd4680b0463859dcd8376328 /posix/bug-regex31.c | |
parent | Use AC_LANG_PROGRAM in nss-crypt check. (diff) | |
download | glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.tar.xz glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.zip |
Quash some new warnings from GCC 4.6.
Diffstat (limited to 'posix/bug-regex31.c')
-rw-r--r-- | posix/bug-regex31.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/bug-regex31.c b/posix/bug-regex31.c index 974e8603b9..fc485815fc 100644 --- a/posix/bug-regex31.c +++ b/posix/bug-regex31.c @@ -1,6 +1,7 @@ #include <mcheck.h> #include <regex.h> #include <stdio.h> +#include <stdlib.h> #include <sys/types.h> int |