Restore local change to include <sys/bpf.h> inside pcap.h. This fixes

remaining ports build problems.
This commit is contained in:
Rui Paulo 2009-04-02 13:04:17 +00:00
parent dcf377edf1
commit 0c9438135a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190640
2 changed files with 2 additions and 6 deletions

View File

@ -47,9 +47,7 @@
#include <sys/time.h>
#endif /* WIN32/MSDOS/UN*X */
#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H
#include <pcap-bpf.h>
#endif
#include <net/bpf.h>
#include <stdio.h>

View File

@ -47,9 +47,7 @@
#include <sys/time.h>
#endif /* WIN32/MSDOS/UN*X */
#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H
#include <pcap/bpf.h>
#endif
#include <net/bpf.h>
#include <stdio.h>