From 41c3e23fd68cdb8098f8355908ff7d03c7b1840b Mon Sep 17 00:00:00 2001 From: simokawa Date: Fri, 25 May 2007 05:00:39 +0000 Subject: Include stand.h for loader. MFC after: 3 days --- sys/dev/dcons/dcons.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c index 0bfbbe2..ace8f7e 100644 --- a/sys/dev/dcons/dcons.c +++ b/sys/dev/dcons/dcons.c @@ -39,6 +39,9 @@ #if defined(__DragonFly__) || defined(_BOOT) #include "dcons.h" +#if defined(_BOOT) +#include "stand.h" +#endif #else #include #endif -- cgit v1.1