X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/017a82124bf2ea39ced5aa4c8f969c18b3c2fb90..c40202d3d91242b22664e1bb056a13dde4205661:/uip/spost.c diff --git a/uip/spost.c b/uip/spost.c index 76478c87..57727371 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)