From: Dmitry D. Chernov Date: Fri, 8 Oct 2021 09:44:25 +0000 (+1000) Subject: master: Fix implicit isprint() warning X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=c6489a9d2d2953f98fb9fc92825f709336805a86 master: Fix implicit isprint() warning --- diff --git a/src/mastersrv/master.c b/src/mastersrv/master.c index b6d2cd7..e910528 100644 --- a/src/mastersrv/master.c +++ b/src/mastersrv/master.c @@ -1,9 +1,11 @@ #include #include +#include #include +#include + #include #include -#include #define MS_VERSION "0.2" #define MS_MAXSRVS 128