* doc/headers/assert.texi (assert.h): Document assert module use.
[gnulib.git] / tests / test-c-strncasecmp.c
index 4f1214c..24b00a8 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 ();