Incude c-strcase.h.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Mar 2007 19:05:33 +0000 (19:05 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Mar 2007 19:05:33 +0000 (19:05 +0000)
ChangeLog
tests/test-c-strcasecmp.c
tests/test-c-strncasecmp.c

index befb85f..7a13e44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-03-17  Bruno Haible  <bruno@clisp.org>
 
+       * test-c-strcasecmp.c: Include c-strcase.h.
+       * test-c-strncasecmp.c: Likewise.
+
+2007-03-17  Bruno Haible  <bruno@clisp.org>
+
        * modules/stdlib (Depends-on): Add unistd.
        * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
        Needed for MacOS X 10.3.
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 ();
 
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 ();