X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fstrcasecmp.c;h=d59c10c8d190d92d93d6bb8cc390f61c2a47845f;hp=354fd0fbcef738872ca9f3d373f1e940b7bb0f12;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 diff --git a/sbr/strcasecmp.c b/sbr/strcasecmp.c index 354fd0f..d59c10c 100644 --- a/sbr/strcasecmp.c +++ b/sbr/strcasecmp.c @@ -7,6 +7,7 @@ */ #include +#include /* ** 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;