Move #include from h/mh.h to source files
[mmh] / sbr / strcasecmp.c
index 608b4a5..d59c10c 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include <h/mh.h>
+#include <ctype.h>
 
 /*
 ** Our version of strcasecmp has to deal with NULL strings.