From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Subject: [PATCH v2 2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h Date: Wed, 14 Nov 2012 18:59:57 -0600 Message-ID: <1352941199-19393-2-git-send-email-kim.phillips@freescale.com> References: <1352941199-19393-1-git-send-email-kim.phillips@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1352941199-19393-1-git-send-email-kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: jdl-CYoMK+44s/E@public.gmane.org Cc: u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Jerry Van Baren List-Id: devicetree@vger.kernel.org in order to get the upcoming fdt type definitions. Signed-off-by: Kim Phillips Acked-by: David Gibson --- v2: added David's Acked-by. fdtdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdtdump.c b/fdtdump.c index 207a46d..8a7ae72 100644 --- a/fdtdump.c +++ b/fdtdump.c @@ -8,8 +8,8 @@ #include #include -#include #include +#include #include "util.h" -- 1.8.0