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~6281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f907c4b4e74a93b5e0cad23418e8e6a0c8622b9;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