sim-card
/
qemu
Archived
10
0
Fork 0

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:
Andreas Färber 2009-12-12 20:10:55 +01:00 committed by Blue Swirl
parent 82407d1a40
commit ee7139c33b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
*/
#include "net/tap.h"
#include "sysemu.h"
#include <sys/stat.h>
#include <sys/ethernet.h>