diff options
author | Gerald Combs <gerald@wireshark.org> | 2007-08-23 17:49:47 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2007-08-23 17:49:47 +0000 |
commit | 34e8aec5b061c6b9f592828762114a20d1af7166 (patch) | |
tree | 4d2a83b9648a057db505d0224e4af4aeb62e2394 /capture-pcap-util.c | |
parent | 27c71e90ba82f7c8e28d2b7298785e76b8e49ece (diff) | |
download | wireshark-34e8aec5b061c6b9f592828762114a20d1af7166.tar.gz wireshark-34e8aec5b061c6b9f592828762114a20d1af7166.tar.bz2 wireshark-34e8aec5b061c6b9f592828762114a20d1af7166.zip |
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.c | 2 |
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" |