From: Joe Hershberger Date: Fri, 12 Oct 2012 10:23:37 +0000 (+0000) Subject: tools/env: Fix build failure from missing header include X-Git-Tag: v2013.01-rc1~175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06134211eee0a4776ab262cbbd8cfb55e74f4295;p=kernel%2Fu-boot.git tools/env: Fix build failure from missing header include This was introduced in: 8679d0ffdcc0beafea8e6942c0c67cf859afa18e - COMMON: Use __stringify() instead of MK_STR() The header is now needed since common.h is not included in this tool. Signed-off-by: Joe Hershberger --- diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 520ce3f..ab8c15d 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -26,6 +26,7 @@ #include #include +#include #include #include #include