diff --git a/hw/pcnet.c b/hw/pcnet.c index 99703480fd..3cd6031e13 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -35,7 +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"