ports/net/netdiscover/files/patch-src_misc.c
gatekeeper 257ead1336 net/netdiscover: Add new port
Netdiscover is an arp packet-based network address discovery tool

PR:		277932
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D44551
2024-04-01 17:44:26 -03:00

10 lines
217 B
C

--- src/misc.c.orig 2024-03-24 19:35:50 UTC
+++ src/misc.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <pcap/pcap.h>
#include <netinet/if_ether.h>
#include "ifaces.h"