changeset 8460:f4f4d8529d8b

Incude c-strcase.h.
author Bruno Haible <bruno@clisp.org>
date Sat, 17 Mar 2007 19:05:33 +0000
parents 530f0ba2b795
children 4bfe04133daf
files ChangeLog tests/test-c-strcasecmp.c tests/test-c-strncasecmp.c
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/tests/test-c-strcasecmp.c
+++ b/tests/test-c-strcasecmp.c
@@ -21,10 +21,11 @@
 # 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 ();
 
--- a/tests/test-c-strncasecmp.c
+++ b/tests/test-c-strncasecmp.c
@@ -21,10 +21,11 @@
 # 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 ();