summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2013-07-15 15:40:57 +0000
committerae <ae@FreeBSD.org>2013-07-15 15:40:57 +0000
commit998db3fe4a65a3c30332fa396092671f54bd2d78 (patch)
tree0d7fbb14b6019bf15c9dbea1a0627bfc8318795b /sys/mips
parent6dcf6a5ae21e9de1a27487fe3fc34428878ece7c (diff)
downloadFreeBSD-src-998db3fe4a65a3c30332fa396092671f54bd2d78.zip
FreeBSD-src-998db3fe4a65a3c30332fa396092671f54bd2d78.tar.gz
Include sys/systm.h after sys/param.h.
Suggested by: pluknet
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/uio_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/uio_machdep.c b/sys/mips/mips/uio_machdep.c
index 10aa1d6..7fa922b 100644
--- a/sys/mips/mips/uio_machdep.c
+++ b/sys/mips/mips/uio_machdep.c
@@ -39,12 +39,12 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/sf_buf.h>
-#include <sys/systm.h>
#include <sys/uio.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud