diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-04 04:35:20 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-04 04:35:20 +0000 |
commit | 841c26a0c7d0ed0b1634d3b991a9d6582aad3f0d (patch) | |
tree | bf7ae83b361f2375ed506fddc54462be8c015cd6 /hw | |
parent | e83ce550688af60cd5f5f78db4071eaa4858065f (diff) |
hw/pcnet: use qemu_socket.h
(Jan Kiszka)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5149 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/pcnet.c | 7 |
1 files changed, 1 insertions, 6 deletions
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 <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 |