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 befb85f9fddfc8117944c2f7a176650df3d4346a..7a13e4403c113afbd435052bdc60e0008943a398 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index a7f65ec4e4cbcdacc342ea152b977da2f7f2ceaf..5c153c9afd4719dcd4a7697f20ca4e32a0457495 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 4f1214ce5363ddc4b269bbf82e5227b893945c8d..24b00a86e44f47998f32fd3f2da3e3bd6c92b381 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 ();