add irc channel to README
[mmh] / sbr / strcasecmp.c
index 354fd0f..d59c10c 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include <h/mh.h>
+#include <ctype.h>
 
 /*
 ** Our version of strcasecmp has to deal with NULL strings.
@@ -15,7 +16,7 @@
 */
 
 int
-mh_strcasecmp (const char *s1, const char *s2)
+mh_strcasecmp(const char *s1, const char *s2)
 {
        const unsigned char *us1, *us2;