projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e24b6
)
tools/env: Fix build failure from missing header include
author
Joe Hershberger
<joe.hershberger@ni.com>
Fri, 12 Oct 2012 10:23:37 +0000
(10:23 +0000)
committer
Tom Rini
<trini@ti.com>
Mon, 15 Oct 2012 20:36:48 +0000
(13:36 -0700)
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>
tools/env/fw_env.c
patch
|
blob
|
history
diff --git
a/tools/env/fw_env.c
b/tools/env/fw_env.c
index 520ce3fd89840d81cfcaebde2049272876c8c74d..ab8c15d30eef712af4679d9aeeb5641a09afd097 100644
(file)
--- 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>