summaryrefslogtreecommitdiff
path: root/etherent.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 /etherent.c
parent74e5b539b9d53bc8b533b0c70e72b3b5b6d7a11a (diff)
downloadlibpcap-084bcf12eae044b2d7f426bf12d64ec26433c874.tar.gz
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 'etherent.c')
-rw-r--r--etherent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/etherent.c b/etherent.c
index 28b70287..b3cf4da2 100644
--- a/etherent.c
+++ b/etherent.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/etherent.c,v 1.22 2003-11-15 23:23:57 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/etherent.c,v 1.23 2006-10-04 18:09:22 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -37,7 +37,7 @@ static const char rcsid[] _U_ =
#include "pcap-int.h"
-#include <pcap-namedb.h>
+#include <pcap/namedb.h>
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"