GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9743f43
)
master: Fix implicit isprint() warning
author
Dmitry D. Chernov <blackdoomer@yandex.ru>
Fri, 8 Oct 2021 09:44:25 +0000
(19:44 +1000)
committer
Dmitry D. Chernov <blackdoomer@yandex.ru>
Fri, 8 Oct 2021 09:44:25 +0000
(19:44 +1000)
src/mastersrv/master.c
patch
|
blob
|
history
diff --git
a/src/mastersrv/master.c
b/src/mastersrv/master.c
index b6d2cd7d8e64b5449ec7df340e8bb868cdc161c6..e910528b02de8536ee3b34264112f6b56a6250a3 100644
(file)
--- a/
src/mastersrv/master.c
+++ b/
src/mastersrv/master.c
@@
-1,9
+1,11
@@
#include <stdlib.h>
#include <stdio.h>
+#include <ctype.h>
#include <string.h>
+#include <time.h>
+
#include <enet/enet.h>
#include <enet/types.h>
-#include <time.h>
#define MS_VERSION "0.2"
#define MS_MAXSRVS 128
DEADSOFTWARE 2012-2025