summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2001-10-04 17:39:18 +0000
committeroster <oster@NetBSD.org>2001-10-04 17:39:18 +0000
commitaa7a54f593a7c78159807f7a562ba8d5a7ee6bb5 (patch)
tree4dc1a5ab89a94727bff4e680744e7672f040f577 /sys/dev/raidframe
parentdad0d4578c75ba11e6d699bfb5fc8f24f0b0dea2 (diff)
If rf_options.h needs to be include it, then include it. Don't rely on
another .h file to pull it in.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_alloclist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_alloclist.c b/sys/dev/raidframe/rf_alloclist.c
index cc4402800ef..40af70efe9c 100644
--- a/sys/dev/raidframe/rf_alloclist.c
+++ b/sys/dev/raidframe/rf_alloclist.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_alloclist.c,v 1.6 2001/10/04 15:58:51 oster Exp $ */
+/* $NetBSD: rf_alloclist.c,v 1.7 2001/10/04 17:39:18 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -38,6 +38,7 @@
#include <dev/raidframe/raidframevar.h>
+#include "rf_options.h"
#include "rf_threadstuff.h"
#include "rf_alloclist.h"
#include "rf_debugMem.h"