From ebdcd6f7669db77ecc43ea55429c60083a8b350f Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 17 Feb 2011 05:05:01 +0100 Subject: Fix the windows SDK build. Use "qemu-queue.h" instead of which may not be provided with all version of mingw on Linux. Change-Id: I78492f6e0ab5648a61b1fe65376edb17e4cb89cd --- slirp-android/slirp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slirp-android') diff --git a/slirp-android/slirp.c b/slirp-android/slirp.c index 683bef5..015918f 100644 --- a/slirp-android/slirp.c +++ b/slirp-android/slirp.c @@ -32,7 +32,7 @@ #include "android/android.h" #include "sockets.h" -#include +#include "qemu-queue.h" /* proto types */ static void slirp_net_forward_init(void); -- cgit v1.1