Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 17:19:19 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262694 - head/sys/boot/uboot/common
Message-ID:  <201403021719.s22HJJAi075498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Mar  2 17:19:19 2014
New Revision: 262694
URL: http://svnweb.freebsd.org/changeset/base/262694

Log:
  Include needed header.  I don't know why clang didn't complain about this
  but gcc sure did.

Modified:
  head/sys/boot/uboot/common/metadata.c

Modified: head/sys/boot/uboot/common/metadata.c
==============================================================================
--- head/sys/boot/uboot/common/metadata.c	Sun Mar  2 16:25:56 2014	(r262693)
+++ head/sys/boot/uboot/common/metadata.c	Sun Mar  2 17:19:19 2014	(r262694)
@@ -41,6 +41,10 @@ __FBSDID("$FreeBSD$");
 #include "bootstrap.h"
 #include "glue.h"
 
+#if defined(LOADER_FDT_SUPPORT)
+#include "libuboot.h"
+#endif
+
 /*
  * Return a 'boothowto' value corresponding to the kernel arguments in
  * (kargs) and any relevant environment variables.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403021719.s22HJJAi075498>