diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-01 23:17:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-01 23:17:11 +0000 |
commit | 6d3423184e540742d013aaff0ca1e497264641ae (patch) | |
tree | f9f6be67c64a292fadbcb31a2f47191f0928324b /posix/bug-regex13.c | |
parent | dde2652bb6db2a9d524f46aafbac0112d1e7ae53 (diff) | |
download | glibc-6d3423184e540742d013aaff0ca1e497264641ae.tar glibc-6d3423184e540742d013aaff0ca1e497264641ae.tar.gz glibc-6d3423184e540742d013aaff0ca1e497264641ae.tar.bz2 glibc-6d3423184e540742d013aaff0ca1e497264641ae.zip |
* posix/bug-regex13.c: Include <string.h>.
Diffstat (limited to 'posix/bug-regex13.c')
-rw-r--r-- | posix/bug-regex13.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/bug-regex13.c b/posix/bug-regex13.c index 5ff5adeba3..e6b0ca1ecf 100644 --- a/posix/bug-regex13.c +++ b/posix/bug-regex13.c @@ -23,6 +23,7 @@ #include <regex.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> static struct { |