summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_dagfuncs.c
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2001-02-03 12:51:10 +0000
committermrg <mrg@NetBSD.org>2001-02-03 12:51:10 +0000
commit8e0434ce993110a28534d355073766e73f88e067 (patch)
tree2c799641dc9db5fe72af62910b8911051a0aa477 /sys/dev/raidframe/rf_dagfuncs.c
parent31a0a141cb3bb5a8d17653c9c0374b650944178e (diff)
include <sys/param.h> before <sys/ioctl.h>
Diffstat (limited to 'sys/dev/raidframe/rf_dagfuncs.c')
-rw-r--r--sys/dev/raidframe/rf_dagfuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_dagfuncs.c b/sys/dev/raidframe/rf_dagfuncs.c
index 31d59169452..94aa9fac397 100644
--- a/sys/dev/raidframe/rf_dagfuncs.c
+++ b/sys/dev/raidframe/rf_dagfuncs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_dagfuncs.c,v 1.6 2000/03/30 12:45:40 augustss Exp $ */
+/* $NetBSD: rf_dagfuncs.c,v 1.7 2001/02/03 12:51:10 mrg Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -47,8 +47,8 @@
* to check to find out whether or not the acquire was suppressed.
*/
-#include <sys/ioctl.h>
#include <sys/param.h>
+#include <sys/ioctl.h>
#include "rf_archs.h"
#include "rf_raid.h"