Commit 34444131adc4c88905986b2343b34fb482b9803a
1 parent
8adbc566
windows header fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1212 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
slirp/slirp.h
@@ -20,6 +20,7 @@ typedef uint32_t u_int32_t; | @@ -20,6 +20,7 @@ typedef uint32_t u_int32_t; | ||
20 | typedef uint64_t u_int64_t; | 20 | typedef uint64_t u_int64_t; |
21 | typedef char *caddr_t; | 21 | typedef char *caddr_t; |
22 | 22 | ||
23 | +# include <windows.h> | ||
23 | # include <winsock2.h> | 24 | # include <winsock2.h> |
24 | # include <sys/timeb.h> | 25 | # include <sys/timeb.h> |
25 | # include <iphlpapi.h> | 26 | # include <iphlpapi.h> |