mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- Remove GNS3 OPTION - Update dependency to gtk30 and sdl20 - Limit PORTSCOUT to 2.X verrsion only
10 lines
237 B
C
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
|