Include <string.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 12 Feb 2007 02:51:37 +0000 (02:51 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 12 Feb 2007 02:51:37 +0000 (02:51 +0000)
tests/test-c-strcasestr.c
tests/test-c-strstr.c

index 726c18b..a457e5d 100644 (file)
@@ -24,6 +24,7 @@
 #include "c-strcasestr.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr) if (!(expr)) abort ();
 
index dff500b..98138ba 100644 (file)
@@ -24,6 +24,7 @@
 #include "c-strstr.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr) if (!(expr)) abort ();