From 084bcf12eae044b2d7f426bf12d64ec26433c874 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 4 Oct 2006 18:09:21 +0000 Subject: 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. --- pcap-usb-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-usb-linux.c') diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c index 942bb0a..95b7432 100644 --- a/pcap-usb-linux.c +++ b/pcap-usb-linux.c @@ -39,7 +39,7 @@ #endif #include "pcap-int.h" -#include "sll.h" +#include "pcap/usb.h" #ifdef NEED_STRERROR_H #include "strerror.h" -- cgit v1.2.3