提交 d317b92d 编写于 作者: A aurel32

hw/pcnet.c: windows compile fix

(Eduardo Felipe)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5140 c046a42c-6fe2-441c-8c8c-71466251a162
上级 f8a6ec58
...@@ -35,7 +35,11 @@ ...@@ -35,7 +35,11 @@
* http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt
*/ */
#ifdef _WIN32
#include <winsock2.h>
#else
#include <netinet/in.h> #include <netinet/in.h>
#endif
#include "hw.h" #include "hw.h"
#include "pci.h" #include "pci.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册