diff src/strcasecmp.c @ 1351:8256c4c57419

[project @ 1995-09-05 08:02:08 by jwe]
author jwe
date Tue, 05 Sep 1995 08:08:13 +0000
parents 611d403c7f3d
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/strcasecmp.c	Tue Sep 05 07:47:12 1995 +0000
+++ b/src/strcasecmp.c	Tue Sep 05 08:08:13 1995 +0000
@@ -22,8 +22,8 @@
 
 #ifndef HAVE_STRCASECMP
 
+#include <ctype.h>
 #include <string.h>
-#include <ctype.h>
 
 /* Compare S1 and S2, ignoring case, returning less than, equal to or
    greater than zero if S1 is lexiographically less than,