X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=577273715d81df5b3da404100e9b4505d54153fa;hb=ea4f02c6acdf50fbc114ea9dc7e2a81f149ea8ca;hp=76478c87a93a49d91f9c5836b22061cd0c62bf1a;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 76478c8..5772737 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #define uptolow(c) ((isalpha(c) && isupper (c)) ? tolower (c) : c)