mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
- USES=gl is not always needed [1] PR: 238364 [1] Submitted by: pizzamig [1] Reported by: bz
10 lines
237 B
C
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
|