ports/emulators/qemu2/files/patch-net_tap-bsd.c
Muhammad Moinur Rahman 6faf908c6e [NEW] emulators/qemu2: 2.X version of emulators/qemu
- Remove GNS3 OPTION
- Update dependency to gtk30 and sdl20
- Limit PORTSCOUT to 2.X verrsion only
2019-04-18 23:06:43 +00:00

10 lines
237 B
C

--- net/tap-bsd.c.orig 2018-08-02 21:48:53 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