svn commit: r264182 - head/sys/dev/vt/hw/fb

Rui Paulo rpaulo at FreeBSD.org
Sat Apr 5 23:20:50 UTC 2014


Author: rpaulo
Date: Sat Apr  5 23:20:49 2014
New Revision: 264182
URL: http://svnweb.freebsd.org/changeset/base/264182

Log:
  Need to include machine/fdt.h.

Modified:
  head/sys/dev/vt/hw/fb/vt_early_fb.c

Modified: head/sys/dev/vt/hw/fb/vt_early_fb.c
==============================================================================
--- head/sys/dev/vt/hw/fb/vt_early_fb.c	Sat Apr  5 23:20:04 2014	(r264181)
+++ head/sys/dev/vt/hw/fb/vt_early_fb.c	Sat Apr  5 23:20:49 2014	(r264182)
@@ -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>


More information about the svn-src-all mailing list