From 04e0c883c551f97f2a5865a6e2d60f1830119807 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Tue, 21 May 2019 00:04:19 +0000 Subject: 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 X-MFC-With: r347984 --- sys/dev/netmap/netmap_freebsd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/netmap') diff --git a/sys/dev/netmap/netmap_freebsd.c b/sys/dev/netmap/netmap_freebsd.c index c6cd24461b6bc..fc574cad45988 100644 --- a/sys/dev/netmap/netmap_freebsd.c +++ b/sys/dev/netmap/netmap_freebsd.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include /* POLLIN, POLLOUT */ #include /* types used in module initialization */ -- cgit v1.3