]> Git Repo - qemu.git/commitdiff
hw/pcnet: use qemu_socket.h
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Sep 2008 04:35:20 +0000 (04:35 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Sep 2008 04:35:20 +0000 (04:35 +0000)
(Jan Kiszka)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5149 c046a42c-6fe2-441c-8c8c-71466251a162

hw/pcnet.c

index 3cd6031e13df17ee2bf39c7e753f0acc18d0463d..2e7f80c1341fad7500d414003e13d660949b56bc 100644 (file)
  * 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
This page took 0.031397 seconds and 4 git commands to generate.