X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=577273715d81df5b3da404100e9b4505d54153fa;hp=76478c87a93a49d91f9c5836b22061cd0c62bf1a;hb=7879ea4084333b448c5a3a49c1cb52023e3808d1;hpb=5f80fdd1ec6888f34af829208fd90fb9716ac289 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)