diff options
Diffstat (limited to 'test/testc.c')
-rw-r--r-- | test/testc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/testc.c b/test/testc.c index e37665a..4aa8807 100644 --- a/test/testc.c +++ b/test/testc.c @@ -10,11 +10,7 @@ #include "oniguruma.h" #endif -#ifdef HAVE_STRING_H -# include <string.h> -#else -# include <strings.h> -#endif +#include <string.h> #define SLEN(s) strlen(s) |