Skip to content

Commit 89615cf

Browse files
pm215vivier
authored andcommitted
net/tap-solaris.c: Include qemu-common.h for TFR macro
In commit a8d2532 we cleaned up usage of the qemu-common.h header so that it was always included from .c files and never from other .h files. We missed adding it to net/tap-solaris.c (which previously was pulling it in via tap-int.h), which broke building on Solaris hosts. Fixes: a8d2532 Reported-by: Michele Denber <[email protected]> Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Tested-by: Michele Denber <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent 2a34514 commit 89615cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/tap-solaris.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "tap_int.h"
2828
#include "qemu/ctype.h"
2929
#include "qemu/cutils.h"
30+
#include "qemu-common.h"
3031

3132
#include <sys/ethernet.h>
3233
#include <sys/sockio.h>

0 commit comments

Comments
 (0)