Date: Sat, 5 Apr 2014 23:20:49 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264182 - head/sys/dev/vt/hw/fb Message-ID: <201404052320.s35NKnUk045147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404052320.s35NKnUk045147>