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 <afaerber@opensolaris.org> Cc: Palle Lyckegaard <palle@lyckegaard.dk> Cc: Ben Taylor <bentaylor.solx86@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
82407d1a40
commit
ee7139c33b
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "net/tap.h"
|
||||
#include "sysemu.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ethernet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user