From aa7a54f593a7c78159807f7a562ba8d5a7ee6bb5 Mon Sep 17 00:00:00 2001 From: oster Date: Thu, 4 Oct 2001 17:39:18 +0000 Subject: [PATCH] If rf_options.h needs to be include it, then include it. Don't rely on another .h file to pull it in. --- sys/dev/raidframe/rf_alloclist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/raidframe/rf_alloclist.c b/sys/dev/raidframe/rf_alloclist.c index cc4402800ef7..40af70efe9c3 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 +#include "rf_options.h" #include "rf_threadstuff.h" #include "rf_alloclist.h" #include "rf_debugMem.h"