projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge branch 'vendor/LIBPCAP'
[dragonfly.git]
/
contrib
/
libpcap
/
gencode.c
diff --git
a/contrib/libpcap/gencode.c
b/contrib/libpcap/gencode.c
index
532229a
..
2747383
100644
(file)
--- a/
contrib/libpcap/gencode.c
+++ b/
contrib/libpcap/gencode.c
@@
-92,8
+92,8
@@
static const char rcsid[] _U_ =
#ifdef HAVE_NET_PFVAR_H
#include <sys/socket.h>
#include <net/if.h>
-#include <net/pfvar.h>
-#include <net/if_pflog.h>
+#include <net/pf/pfvar.h>
+#include <net/pf/if_pflog.h>
#endif
#ifndef offsetof
#define offsetof(s, e) ((size_t)&((s *)0)->e)