From: aurel32 Date: Tue, 2 Sep 2008 23:26:13 +0000 (+0000) Subject: hw/pcnet.c: windows compile fix X-Git-Tag: release_0_10_0~1546 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d317b92da04657fb5a76e2b3e7806bddbf2c621b;p=thirdparty%2Fqemu.git hw/pcnet.c: windows compile fix (Eduardo Felipe) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5140 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/pcnet.c b/hw/pcnet.c index 99703480fd4..3cd6031e13d 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"