diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-10 23:19:34 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-10 23:19:34 +0000 |
commit | 34444131adc4c88905986b2343b34fb482b9803a (patch) | |
tree | 16cde72fe923fc4b61ca6df8d0d2827e87ab5a18 /slirp/slirp.h | |
parent | 8adbc566c9f2924c97a0953682ceb6ab57b78b47 (diff) |
windows header fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1212 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r-- | slirp/slirp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index 1bb189d4b7..1ff68cb0b4 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -20,6 +20,7 @@ typedef uint32_t u_int32_t; typedef uint64_t u_int64_t; typedef char *caddr_t; +# include <windows.h> # include <winsock2.h> # include <sys/timeb.h> # include <iphlpapi.h> |