aboutsummaryrefslogtreecommitdiff
path: root/pcap-new.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-new.c')
-rw-r--r--pcap-new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-new.c b/pcap-new.c
index 08ba85c9..3c8e43d2 100644
--- a/pcap-new.c
+++ b/pcap-new.c
@@ -37,7 +37,7 @@
#include "pcap-int.h" // for the details of the pcap_t structure
#include "sockutils.h"
-#include "rpcap/rpcap-protocol.h"
+#include "rpcap-protocol.h"
#include "pcap-rpcap-int.h"
#include <errno.h> // for the errno variable
#include <stdlib.h> // for malloc(), free(), ...