X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=18d1152e640f26cf9e1bbc6cbf27384e09008bc6;hb=a771f8520dbb5d5b16986ed463b1b74601f83dad;hp=555bb68dceee6ca4cf30403e786eaf1bcdb1d3f9;hpb=877d0da4a8334e53ebc0a8b740efe489e0817e92;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 555bb68..18d1152 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)