Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe If rf_options.h needs to be include it, th...
details: https://anonhg.NetBSD.org/src/rev/000c5b228b14
branches: trunk
changeset: 515775:000c5b228b14
user: oster <oster%NetBSD.org@localhost>
date: Thu Oct 04 17:39:18 2001 +0000
description:
If rf_options.h needs to be include it, then include it. Don't rely on
another .h file to pull it in.
diffstat:
sys/dev/raidframe/rf_alloclist.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 93fc7b82f483 -r 000c5b228b14 sys/dev/raidframe/rf_alloclist.c
--- a/sys/dev/raidframe/rf_alloclist.c Thu Oct 04 17:31:01 2001 +0000
+++ b/sys/dev/raidframe/rf_alloclist.c Thu Oct 04 17:39:18 2001 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index