* [Qemu-devel] [4474] Missing include for Slirp on win32 (Eduardo Felipe).
@ 2008-05-17 18:07 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-05-17 18:07 UTC (permalink / raw)
To: qemu-devel
Revision: 4474
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4474
Author: balrog
Date: 2008-05-17 18:07:00 +0000 (Sat, 17 May 2008)
Log Message:
-----------
Missing include for Slirp on win32 (Eduardo Felipe).
Modified Paths:
--------------
trunk/slirp/slirp.h
Modified: trunk/slirp/slirp.h
===================================================================
--- trunk/slirp/slirp.h 2008-05-17 16:10:38 UTC (rev 4473)
+++ trunk/slirp/slirp.h 2008-05-17 18:07:00 UTC (rev 4474)
@@ -32,6 +32,7 @@
#define WIN32_LEAN_AND_MEAN
# include <windows.h>
# include <winsock2.h>
+# include <ws2tcpip.h>
# include <sys/timeb.h>
# include <iphlpapi.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-17 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-17 18:07 [Qemu-devel] [4474] Missing include for Slirp on win32 (Eduardo Felipe) Andrzej Zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).