rnd-20000917-1-src
[rocksndiamonds.git] / src / netserv.c
index a9ffa6a74ab9fdf8353d14e523b42fe874d308c0..10b0ab504d5615a66dc17e9221e7630f7bd60238 100644 (file)
@@ -11,9 +11,8 @@
 *  network.c                                               *
 ***********************************************************/
 
-#ifndef MSDOS
+#if !defined(MSDOS) && !defined(WIN32)
 
-#include <unistd.h>
 #include <fcntl.h>
 #include <sys/time.h>
 #include <signal.h>
@@ -662,4 +661,4 @@ void NetworkServer(int port, int serveronly)
   }
 }
 
-#endif /* !MSDOS */
+#endif /* !MSDOS && !WIN32 */