aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_freebsd.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-05-21 00:04:19 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-05-21 00:04:19 +0000
commit04e0c883c551f97f2a5865a6e2d60f1830119807 (patch)
tree5507c19a56a5b9c65e6d39f5de08932bb0fa305f /sys/dev/netmap/netmap_freebsd.c
parent2c597054b4bf0107efea35446571417a230f0cfc (diff)
downloadsrc-04e0c883c551f97f2a5865a6e2d60f1830119807.tar.gz
src-04e0c883c551f97f2a5865a6e2d60f1830119807.zip
Add two missing eventhandler.h headers
These are obviously missing from the .c files, but don't show up in any tinderbox configuration (due to latent header pollution of some kind). It seems some configurations don't have this pollution, and the includes are obviously missing, so go ahead and add them. Reported by: Peter Jeremy <peter AT rulingia.com> X-MFC-With: r347984
Notes
Notes: svn path=/head/; revision=348022
Diffstat (limited to 'sys/dev/netmap/netmap_freebsd.c')
-rw-r--r--sys/dev/netmap/netmap_freebsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/netmap/netmap_freebsd.c b/sys/dev/netmap/netmap_freebsd.c
index c6cd24461b6b..fc574cad4598 100644
--- a/sys/dev/netmap/netmap_freebsd.c
+++ b/sys/dev/netmap/netmap_freebsd.c
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/module.h>
#include <sys/errno.h>
+#include <sys/eventhandler.h>
#include <sys/jail.h>
#include <sys/poll.h> /* POLLIN, POLLOUT */
#include <sys/kernel.h> /* types used in module initialization */