]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tools/env: Fix build failure from missing header include
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 12 Oct 2012 10:23:37 +0000 (10:23 +0000)
committerTom 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

index 520ce3fd89840d81cfcaebde2049272876c8c74d..ab8c15d30eef712af4679d9aeeb5641a09afd097 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <linux/stringify.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>