netbsd needs net/bpf.h, too.

This commit is contained in:
mrg 2010-12-05 08:43:23 +00:00
parent 03b171742e
commit 9133e91956
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
*/
#include "includes.h"
#if defined(__APPLE__) || defined(__GLIBC__)
#if defined(__APPLE__) || defined(__GLIBC__) || defined(__NetBSD__)
#include <net/bpf.h>
#endif /* __APPLE__ */
#include <pcap.h>