aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2019-10-19 20:48:53 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2019-10-19 20:48:53 +0000
commit4ad8cb68134a393f1080757aabaf959391a3a238 (patch)
tree37ca6756efaab3ce23407f2c06bb0da4f5d7b75e /sys/net
parent91ad311be0def02ebf6e1afdb36533718777fa4c (diff)
downloadsrc-4ad8cb68134a393f1080757aabaf959391a3a238.tar.gz
src-4ad8cb68134a393f1080757aabaf959391a3a238.zip
Fix compile issues when building a kernel without the VIMAGE option.
Thanks to cem@ for discussing the issue which resulted in this patch. Reviewed by: cem@ Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D22089
Notes
Notes: svn path=/head/; revision=353770
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/debugnet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/debugnet.c b/sys/net/debugnet.c
index 05e066102b9a..dcc6f85ac3e2 100644
--- a/sys/net/debugnet.c
+++ b/sys/net/debugnet.c
@@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/endian.h>
#include <sys/errno.h>
+#include <sys/eventhandler.h>
#include <sys/socket.h>
#include <sys/sysctl.h>