X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=1f3b014b8fb74a79c02c3af17677e40362eae931;hp=f2d6311a2a3425110b7d54f49f6d72033da52fd7;hb=8563731b02ce9d750806f6b1769af8b399d964e8;hpb=3da6cc979e0e8e466f760acc113314c57176fea9 diff --git a/uip/spost.c b/uip/spost.c index f2d6311..1f3b014 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -14,6 +14,7 @@ #include #include #include +#include #define uptolow(c) ((isalpha(c) && isupper (c)) ? tolower (c) : c)