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

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