summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-18 19:12:03 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-18 19:12:03 +0000
commit5146ec9a2c092cb74b5cd0eb8b5e938b46f1631b (patch)
treedbc0e91b36083c68b217395e316622dcb44788fe /io
parent5f93cd52f626b77301c5e1db3d973eefc534323b (diff)
Update.
2003-11-18 Jakub Jelinek <jakub@redhat.com> * io/bug-ftw4.c: Include string.h. * posix/fnmatch.c (mbsinit): Remove define.
Diffstat (limited to 'io')
-rw-r--r--io/bug-ftw4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/bug-ftw4.c b/io/bug-ftw4.c
index 0a652d3531..16aecf6ce2 100644
--- a/io/bug-ftw4.c
+++ b/io/bug-ftw4.c
@@ -22,6 +22,7 @@
#include <ftw.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <sys/stat.h>
#include <unistd.h>