ports/emulators/qemu-devel/files/patch-net_tap-bsd.c
Muhammad Moinur Rahman 20eee12e65 emulators/qemu-devel: Update version 3.1.0=>4.0.0
- USES=gl is not always needed [1]

PR:		238364 [1]
Submitted by:	pizzamig [1]
Reported by:	bz
2019-08-07 09:58:15 +00:00

10 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