If rf_options.h needs to be include it, then include it. Don't rely on

another .h file to pull it in.
This commit is contained in:
oster 2001-10-04 17:39:18 +00:00
parent dad0d4578c
commit aa7a54f593
1 changed files with 2 additions and 1 deletions

View File

@ -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"