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 726c18bce43398578fb9039eafcd2dbbdde7c1ec..a457e5d8c429ef6fcce2d27b2176394f2c4b26ee 100644 (file)
@@ -24,6 +24,7 @@
 #include "c-strcasestr.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr) if (!(expr)) abort ();
 
index dff500bda4db4f8b9b24ed169b299bc1333e4cf9..98138bab855b494a95a24eea71d3e59b5fe2b078 100644 (file)
@@ -24,6 +24,7 @@
 #include "c-strstr.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr) if (!(expr)) abort ();