X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fspost.c;h=78c300c692ce54c477b1b7a12b502d06c0982e2d;hb=dee387b53ab0d42922f857b60d6f980c9e79d16f;hp=555bb68dceee6ca4cf30403e786eaf1bcdb1d3f9;hpb=877d0da4a8334e53ebc0a8b740efe489e0817e92;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 555bb68..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)