summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-04-05 23:20:49 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-04-05 23:20:49 +0000
commitbde4329af1cdea6abc026f6578bdd740a1ee38df (patch)
tree9947f62a51c90f6410f3186b342a4d6d469fe517
parent8e8ba5e659d42a1e66de759eed259c8bac05963b (diff)
downloadFreeBSD-src-bde4329af1cdea6abc026f6578bdd740a1ee38df.zip
FreeBSD-src-bde4329af1cdea6abc026f6578bdd740a1ee38df.tar.gz
Need to include machine/fdt.h.
-rw-r--r--sys/dev/vt/hw/fb/vt_early_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c
index b471dec..4a81f4f 100644
--- a/sys/dev/vt/hw/fb/vt_early_fb.c
+++ b/sys/dev/vt/hw/fb/vt_early_fb.c
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
#include <dev/ofw/ofw_pci.h>
+#include <machine/fdt.h>
#endif
#include <dev/vt/vt.h>
OpenPOWER on IntegriCloud