X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=78c300c692ce54c477b1b7a12b502d06c0982e2d;hb=92b681fcfe932ee9bd313059ad8acee71baab6c1;hp=18d1152e640f26cf9e1bbc6cbf27384e09008bc6;hpb=8f4c5da8971926f7eccc912f7998c343aef3c33b;p=mmh 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)