Incude c-strcase.h.
[gnulib.git] / tests / test-c-strcasecmp.c
index a7f65ec..5c153c9 100644 (file)
 # include <config.h>
 #endif
 
-#include <string.h>
+#include "c-strcase.h"
 
 #include <locale.h>
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr) if (!(expr)) abort ();