summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/bpf_jit_machdep.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-26 18:18:50 +0000
committerglebius <glebius@FreeBSD.org>2013-10-26 18:18:50 +0000
commit2c1ec831c915278de463c18f392c618182c48c35 (patch)
tree81a32abd2880110f6f8547a9a574081a959cc775 /sys/amd64/amd64/bpf_jit_machdep.c
parent26c2b7ea5ec67335680f23b9176b2491eebdec66 (diff)
downloadFreeBSD-src-2c1ec831c915278de463c18f392c618182c48c35.zip
FreeBSD-src-2c1ec831c915278de463c18f392c618182c48c35.tar.gz
Provide includes that are needed in these files, and before were read
in implicitly via if.h -> if_var.h pollution. Sponsored by: Netflix Sponsored by: Nginx, Inc.
Diffstat (limited to 'sys/amd64/amd64/bpf_jit_machdep.c')
-rw-r--r--sys/amd64/amd64/bpf_jit_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/bpf_jit_machdep.c b/sys/amd64/amd64/bpf_jit_machdep.c
index fe861d2..ff5ca5f 100644
--- a/sys/amd64/amd64/bpf_jit_machdep.c
+++ b/sys/amd64/amd64/bpf_jit_machdep.c
@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/socket.h>
#include <sys/malloc.h>
+#include <sys/mbuf.h>
#include <net/if.h>
#else
#include <stdlib.h>
OpenPOWER on IntegriCloud