diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-16 09:11:27 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-16 09:11:27 +0000 |
commit | 1c1465a4f7e7af0a5c5b512adf82af8174071431 (patch) | |
tree | 4788a66a64bf6068563dbd547ddff6b9c5dee850 /posix | |
parent | 4e2e518f6a0ca001e13c06d7463fb179e1e96124 (diff) | |
download | glibc-1c1465a4f7e7af0a5c5b512adf82af8174071431.tar.gz |
Updated to fedora-glibc-20041116T0856
Diffstat (limited to 'posix')
-rw-r--r-- | posix/bug-regex24.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/bug-regex24.c b/posix/bug-regex24.c index 83ea10bb62..97c5c3508a 100644 --- a/posix/bug-regex24.c +++ b/posix/bug-regex24.c @@ -1,5 +1,6 @@ #include <regex.h> #include <stdio.h> +#include <string.h> #define str "civic" |