diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/fnmatch.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/posix/fnmatch.c b/posix/fnmatch.c index ca95ab4..c330a12 100644 --- a/posix/fnmatch.c +++ b/posix/fnmatch.c @@ -28,12 +28,7 @@ #include <errno.h> #include <fnmatch.h> #include <ctype.h> - -#if HAVE_STRING_H || defined _LIBC -# include <string.h> -#else -# include <strings.h> -#endif +#include <string.h> #if defined STDC_HEADERS || defined _LIBC # include <stdlib.h> |