From 39e1230ed02fad2f750b54968d70c00a72b08a4f Mon Sep 17 00:00:00 2001
From: Jeroen Hofstee <jeroen@myspectrum.nl>
Date: Sun, 13 Jul 2014 22:57:58 +0200
Subject: [PATCH] autoboot: add its own header

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 common/autoboot.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/autoboot.c b/common/autoboot.c
index 30102a47a8..c27cc2c751 100644
--- a/common/autoboot.c
+++ b/common/autoboot.c
@@ -6,6 +6,7 @@
  */
 
 #include <common.h>
+#include <autoboot.h>
 #include <bootretry.h>
 #include <cli.h>
 #include <fdtdec.h>
-- 
2.39.5