qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5140] hw/pcnet.c: windows compile fix


From: Aurelien Jarno
Subject: [Qemu-devel] [5140] hw/pcnet.c: windows compile fix
Date: Tue, 02 Sep 2008 23:26:14 +0000

Revision: 5140
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5140
Author:   aurel32
Date:     2008-09-02 23:26:13 +0000 (Tue, 02 Sep 2008)

Log Message:
-----------
hw/pcnet.c: windows compile fix

(Eduardo Felipe)

Modified Paths:
--------------
    trunk/hw/pcnet.c

Modified: trunk/hw/pcnet.c
===================================================================
--- trunk/hw/pcnet.c    2008-09-02 17:39:45 UTC (rev 5139)
+++ trunk/hw/pcnet.c    2008-09-02 23:26:13 UTC (rev 5140)
@@ -35,7 +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"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]