Correct imported pcap.h for FreeBSD builds.

This commit is contained in:
Bruce M Simpson 2004-03-31 10:21:28 +00:00
parent 87e4d12e4a
commit d87e118db2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127671

View file

@ -38,16 +38,10 @@
#ifndef lib_pcap_h
#define lib_pcap_h
#ifdef WIN32
#include <pcap-stdinc.h>
#else /* WIN32 */
#include <sys/types.h>
#include <sys/time.h>
#endif /* WIN32 */
#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H
#include <pcap-bpf.h>
#endif
#include <net/bpf.h>
#include <stdio.h>