diff options
-rw-r--r-- | hw/pcnet.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -35,16 +35,11 @@ * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt */ -#ifdef _WIN32 -#include <winsock2.h> -#else -#include <netinet/in.h> -#endif - #include "hw.h" #include "pci.h" #include "net.h" #include "qemu-timer.h" +#include "qemu_socket.h" //#define PCNET_DEBUG //#define PCNET_DEBUG_IO |