a9b56381c0
- 3.1.X branch has been moved to emulators/qemu31 Relnotes: https://wiki.qemu.org/ChangeLog/4.1
11 lines
237 B
C
11 lines
237 B
C
--- net/tap-bsd.c.orig 2019-04-23 18:14:46 UTC
|
|
+++ net/tap-bsd.c
|
|
@@ -31,6 +31,7 @@
|
|
|
|
#if defined(__NetBSD__) || defined(__FreeBSD__)
|
|
#include <sys/ioctl.h>
|
|
+#include <sys/socket.h>
|
|
#include <net/if.h>
|
|
#include <net/if_tap.h>
|
|
#endif
|