aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2017-09-28 07:02:56 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2017-09-28 07:02:56 +0000
commit352035746fc8eb7617067aa41837f4cbef16a2a3 (patch)
treecfa0253e74f5e1691978a1533ea59bcb1f119726 /sys/dev/hyperv
parentcfb43eb12e67c218e7fa211e5c92460553f17bf6 (diff)
downloadsrc-352035746fc8eb7617067aa41837f4cbef16a2a3.tar.gz
src-352035746fc8eb7617067aa41837f4cbef16a2a3.zip
hyperv/hn: Unbreak i386 building.
Reported by: cy MFC after: 1 week Sponsored by: Microsoft
Notes
Notes: svn path=/head/; revision=324077
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/netvsc/if_hn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/netvsc/if_hn.c b/sys/dev/hyperv/netvsc/if_hn.c
index cfdb7a556fc7..347375ab047a 100644
--- a/sys/dev/hyperv/netvsc/if_hn.c
+++ b/sys/dev/hyperv/netvsc/if_hn.c
@@ -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>