diff options
| author | oster <oster@NetBSD.org> | 2001-10-04 17:39:18 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2001-10-04 17:39:18 +0000 |
| commit | aa7a54f593a7c78159807f7a562ba8d5a7ee6bb5 (patch) | |
| tree | 4dc1a5ab89a94727bff4e680744e7672f040f577 /sys/dev/raidframe | |
| parent | dad0d4578c75ba11e6d699bfb5fc8f24f0b0dea2 (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.c | 3 |
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" |
