summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixl/ixl.h
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2014-08-28 18:59:39 +0000
committersmh <smh@FreeBSD.org>2014-08-28 18:59:39 +0000
commit8c55516430a89f2500e80c0dc69abf9b1594f38e (patch)
tree14e4850f009da99ef5e789aa3fed88053d82174c /sys/dev/ixl/ixl.h
parentf71e540b0abc8ec3c7b1f9d2d0283201ea3a426a (diff)
downloadFreeBSD-src-8c55516430a89f2500e80c0dc69abf9b1594f38e.zip
FreeBSD-src-8c55516430a89f2500e80c0dc69abf9b1594f38e.tar.gz
Fix build breakage caused by ixl driver
Fix missing includes and invalid vars in ixl / ixlv driver added by r270346 which caused build failures for GENERIC kernel after it was made default by r270755. X-MFC-With: r270346 / r270755 Sponsored by: Multiplay
Diffstat (limited to 'sys/dev/ixl/ixl.h')
-rw-r--r--sys/dev/ixl/ixl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ixl/ixl.h b/sys/dev/ixl/ixl.h
index 25e6d27..7e99858 100644
--- a/sys/dev/ixl/ixl.h
+++ b/sys/dev/ixl/ixl.h
@@ -47,8 +47,10 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/sockio.h>
+#include <sys/eventhandler.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_arp.h>
#include <net/bpf.h>
#include <net/ethernet.h>
OpenPOWER on IntegriCloud