summaryrefslogtreecommitdiff
path: root/security/dsniff/files/patch-pcaputil.c
blob: ecaf1bdc226b30c9006814a11e21bfe77ad25a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./pcaputil.c.orig	2001-03-15 09:33:04.000000000 +0100
+++ ./pcaputil.c	2014-07-22 13:20:14.000000000 +0200
@@ -16,9 +16,10 @@
 #include <stdlib.h>
 #include <string.h>
 #include <err.h>
-#include <pcap.h>
+#include <net/bpf.h>
+#include </usr/include/pcap.h>
 #ifdef BSD
-#include <pcap-int.h>
+#include </usr/include/pcap-int.h>
 #endif
 
 #include "pcaputil.h"