aboutsummaryrefslogtreecommitdiff
path: root/pcap-enet.c
diff options
context:
space:
mode:
authorguy <guy>2006-10-04 18:09:21 +0000
committerguy <guy>2006-10-04 18:09:21 +0000
commit084bcf12eae044b2d7f426bf12d64ec26433c874 (patch)
tree81f86aeed9a4caf4d54547de4157b06c178909ed /pcap-enet.c
parent74e5b539b9d53bc8b533b0c70e72b3b5b6d7a11a (diff)
Put the public libpcap headers into a pcap subdirectory in both the
source directory and the target include directory, and have include files at the top-level directory to include those headers, for backwards compatibility. Update the FILES and INSTALL.txt files to reflect current reality.
Diffstat (limited to 'pcap-enet.c')
-rw-r--r--pcap-enet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-enet.c b/pcap-enet.c
index af19de56..5ad921c2 100644
--- a/pcap-enet.c
+++ b/pcap-enet.c
@@ -8,7 +8,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-enet.c,v 1.8 2003-11-15 23:24:02 guy Exp $";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-enet.c,v 1.9 2006-10-04 18:09:22 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -22,7 +22,7 @@ static const char rcsid[] _U_ =
#include <sys/socket.h>
#include <net/if.h>
-#include <pcap-bpf.h>
+#include <pcap/bpf.h>
#include <net/enet.h>
#include <netinet/in.h>