X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.c;h=6a2479e53df35a2f638533ab85f57065701029bf;hb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;hp=ac142763b2eff1b465674018c7f85ee3fbca4759;hpb=52189f4b3b797e08699f67880198b585320cf8bf;p=rocksndiamonds.git diff --git a/src/netserv.c b/src/netserv.c index ac142763..6a2479e5 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -11,7 +11,9 @@ * network.c * ***********************************************************/ -#ifndef MSDOS +#include "libgame/libgame.h" + +#if defined(PLATFORM_UNIX) #include #include @@ -24,8 +26,11 @@ #include #include +#if 0 +#include "libgame/libgame.h" +#endif + #include "netserv.h" -#include "misc.h" static int clients = 0; static int onceonly = 0; @@ -661,4 +666,4 @@ void NetworkServer(int port, int serveronly) } } -#endif /* !MSDOS */ +#endif /* PLATFORM_UNIX */