summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-17 19:05:33 +0000
committerBruno Haible <bruno@clisp.org>2007-03-17 19:05:33 +0000
commit701e426bb62ca10e65c98e5f90a3a7e5d6ec5be3 (patch)
tree5ad2af407e1583eb557eca458967285f7a3d0130 /tests
parent2250374de7873f5332ce66167303c8007064a85e (diff)
downloadgnulib-701e426bb62ca10e65c98e5f90a3a7e5d6ec5be3.tar.gz
Incude c-strcase.h.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-c-strcasecmp.c3
-rw-r--r--tests/test-c-strncasecmp.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/test-c-strcasecmp.c b/tests/test-c-strcasecmp.c
index a7f65ec4e4..5c153c9afd 100644
--- 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 ();
diff --git a/tests/test-c-strncasecmp.c b/tests/test-c-strncasecmp.c
index 4f1214ce53..24b00a86e4 100644
--- 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 ();