From ee7139c33b4ff68a9d9545135dde1479f4f2f902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 12 Dec 2009 20:10:55 +0100 Subject: tap: Compilation fix for Solaris MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid an unresolved symbol error for TFR, which is defined in sysemu.h. Based on patch by Palle Lyckegaard. Signed-off-by: Andreas Färber Cc: Palle Lyckegaard Cc: Ben Taylor Signed-off-by: Blue Swirl --- net/tap-solaris.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net/tap-solaris.c') diff --git a/net/tap-solaris.c b/net/tap-solaris.c index e14fe36fdb..0b428617bd 100644 --- a/net/tap-solaris.c +++ b/net/tap-solaris.c @@ -23,6 +23,7 @@ */ #include "net/tap.h" +#include "sysemu.h" #include #include -- cgit v1.2.1