diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-10 12:45:09 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-10 22:44:20 -0700 |
commit | 5615eaf26469f20c2d8c3be5770e12564a1edfff (patch) | |
tree | cf9eb7a5797cd7c9dd4680b0463859dcd8376328 /posix | |
parent | b68e08db76547937ea6e1902e87a5ea98c906f0c (diff) | |
download | glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.tar glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.tar.gz glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.tar.bz2 glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.zip |
Quash some new warnings from GCC 4.6.
Diffstat (limited to 'posix')
-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 |