ports/net/netdiscover/files/patch-src_data__al.h
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
186 B
C

--- src/data_al.h.orig 2024-03-24 19:35:17 UTC
+++ src/data_al.h
@@ -30,6 +30,7 @@
#include <pthread.h>
#include "screen.h"
+#include <pcap/pcap.h>
#ifdef __cplusplus
extern "C"