summaryrefslogtreecommitdiffstats
path: root/tools/env
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-10-12 10:23:37 +0000
committerTom Rini <trini@ti.com>2012-10-15 13:36:48 -0700
commit06134211eee0a4776ab262cbbd8cfb55e74f4295 (patch)
tree1f6deba9826ecba9e490c501895c79b52b6683b6 /tools/env
parent34e24b620a559dab6111b067f7a42ed9853dfbea (diff)
downloadtalos-obmc-uboot-06134211eee0a4776ab262cbbd8cfb55e74f4295.tar.gz
talos-obmc-uboot-06134211eee0a4776ab262cbbd8cfb55e74f4295.zip
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 <joe.hershberger@ni.com>
Diffstat (limited to 'tools/env')
-rw-r--r--tools/env/fw_env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index 520ce3fd89..ab8c15d30e 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -26,6 +26,7 @@
#include <errno.h>
#include <fcntl.h>
+#include <linux/stringify.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
OpenPOWER on IntegriCloud