summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons/dcons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dcons/dcons.c')
-rw-r--r--sys/dev/dcons/dcons.c3
1 files changed, 3 insertions, 0 deletions
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 <dev/dcons/dcons.h>
#endif
OpenPOWER on IntegriCloud