X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=78c300c692ce54c477b1b7a12b502d06c0982e2d;hp=18d1152e640f26cf9e1bbc6cbf27384e09008bc6;hb=dee387b53ab0d42922f857b60d6f980c9e79d16f;hpb=ef25ef28586541f0804dc6aa53a8519cf762ba6d diff --git a/uip/spost.c b/uip/spost.c index 18d1152..78c300c 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #define uptolow(c) ((isalpha(c) && isupper (c)) ? tolower (c) : c)