X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=1f3b014b8fb74a79c02c3af17677e40362eae931;hb=d3a67123c9d05b6d639adb0e6b4a874807602a6b;hp=f2d6311a2a3425110b7d54f49f6d72033da52fd7;hpb=045b9601403a216c400642229f2b291f85f88f7d;p=mmh 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)