You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/packit/files/packit-1.0-pcap-header.patch

23 lines
448 B

--- a/src/globals.h
+++ b/src/globals.h
@@ -31,7 +31,7 @@
#include <libnet.h>
#include <pcap.h>
#include <sys/types.h>
-#include <net/bpf.h>
+#include <pcap-bpf.h>
#include <signal.h>
#include <time.h>
#include <stdio.h>
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,7 @@
#include <libnet.h>
#include <pcap.h>
#include <sys/types.h>
-#include <net/bpf.h>
+#include <pcap-bpf.h>
#include <signal.h>
#include <time.h>
#include <stdio.h>