aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-08-23 17:49:47 +0000
committerGerald Combs <gerald@wireshark.org>2007-08-23 17:49:47 +0000
commit34e8aec5b061c6b9f592828762114a20d1af7166 (patch)
tree4d2a83b9648a057db505d0224e4af4aeb62e2394 /capture-pcap-util.c
parent27c71e90ba82f7c8e28d2b7298785e76b8e49ece (diff)
Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()
in its new location. svn path=/trunk/; revision=22604
Diffstat (limited to 'capture-pcap-util.c')
-rw-r--r--capture-pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-pcap-util.c b/capture-pcap-util.c
index e19ff4c590..a9c60ea5ad 100644
--- a/capture-pcap-util.c
+++ b/capture-pcap-util.c
@@ -45,7 +45,7 @@
#endif
#include <wtap.h>
-#include <wtap-capture.h>
+#include <libpcap.h>
#include "capture-pcap-util.h"
#include "capture-pcap-util-int.h"