diff --git a/hw/pcnet.c b/hw/pcnet.c index 3cd6031e13..2e7f80c134 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -35,16 +35,11 @@ * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt */ -#ifdef _WIN32 -#include -#else -#include -#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