mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hyperv/hn: Unbreak i386 building.
Reported by: cy MFC after: 1 week Sponsored by: Microsoft
This commit is contained in:
parent
cfb43eb12e
commit
352035746f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include "opt_rss.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/counter.h>
|
||||
#include <sys/kernel.h>
|
||||
|
|
@ -77,7 +78,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/sockio.h>
|
||||
#include <sys/sx.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/taskqueue.h>
|
||||
#include <sys/buf_ring.h>
|
||||
#include <sys/eventhandler.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue