From: Andreas Färber Date: Sat, 12 Dec 2009 19:10:55 +0000 (+0100) Subject: tap: Compilation fix for Solaris X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~9338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee7139c33b4ff68a9d9545135dde1479f4f2f902;p=sdk%2Femulator%2Fqemu.git tap: Compilation fix for Solaris 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 --- diff --git a/net/tap-solaris.c b/net/tap-solaris.c index e14fe36..0b42861 100644 --- a/net/tap-solaris.c +++ b/net/tap-solaris.c @@ -23,6 +23,7 @@ */ #include "net/tap.h" +#include "sysemu.h" #include #include