From: Andreas Färber Date: Sat, 12 Dec 2009 19:10:55 +0000 (+0100) Subject: tap: Compilation fix for Solaris X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee7139c33b4ff68a9d9545135dde1479f4f2f902;p=qemu.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 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