rnd-20001203-3-src
[rocksndiamonds.git] / src / network.c
index 88c5552175bbea0acb9b8f878ca82add913892b8..410695be366b1441a4899a1a573d58f7a444a309 100644 (file)
@@ -11,7 +11,9 @@
 *  network.c                                               *
 ***********************************************************/
 
-#if !defined(MSDOS) && !defined(WIN32)
+#include "libgame/libgame.h"
+
+#if defined(PLATFORM_UNIX)
 
 #include <signal.h>
 #include <sys/time.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 
+#if 0
+#include "libgame/libgame.h"
+#endif
+
 #include "network.h"
 #include "netserv.h"
 #include "game.h"
 #include "tape.h"
 #include "files.h"
 #include "tools.h"
-#include "buttons.h"
 #include "screens.h"
-#include "misc.h"
 
 struct NetworkClientPlayerInfo
 {
@@ -615,4 +619,4 @@ void HandleNetworking()
   }
 }
 
-#endif /* !MSDOS && !WIN32 */
+#endif /* PLATFORM_UNIX */