Implement freading and fwriting.
[gnulib.git] / tests / test-c-strstr.c
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 ();