MFC: Include stand.h for loader.

This commit is contained in:
simokawa 2007-05-28 04:31:23 +00:00
parent 1371538f81
commit 2443486c68

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