diff tests/test-c-strcasestr.c @ 8144:cd97f59de27d

Include <string.h>.
author Bruno Haible <bruno@clisp.org>
date Mon, 12 Feb 2007 02:51:37 +0000
parents 81d42903aca5
children 1f57552cdb11
line wrap: on
line diff
--- a/tests/test-c-strcasestr.c
+++ b/tests/test-c-strcasestr.c
@@ -24,6 +24,7 @@
 #include "c-strcasestr.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr) if (!(expr)) abort ();