dect
/
libpcap
Archived
13
0
Fork 0

Include <pcap/pcap.h>, as that's now where we're putting it.

This commit is contained in:
guy 2007-09-24 23:26:12 +00:00
parent 6b492f4765
commit 92aa745a42
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.81 2007-09-24 23:24:02 guy Exp $ (LBL) * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.82 2007-09-24 23:26:12 guy Exp $ (LBL)
*/ */
#ifndef pcap_int_h #ifndef pcap_int_h
#define pcap_int_h #define pcap_int_h
#include <pcap.h> #include <pcap/pcap.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {