Include stand.h for loader.

MFC after: 3 days
This commit is contained in:
Hidetoshi Shimokawa 2007-05-25 05:00:39 +00:00
parent 4409495bc8
commit 10f39c7d37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169972

View file

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