From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tools/env: Fix build failure from missing header include
Date: Sat, 13 Oct 2012 00:20:35 +0200 [thread overview]
Message-ID: <201210130020.36001.marex@denx.de> (raw)
In-Reply-To: <1350073417-8866-1-git-send-email-joe.hershberger@ni.com>
Dear Joe Hershberger,
> 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.
Good find. This is -next, right ?
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> ---
> tools/env/fw_env.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 <errno.h>
> #include <fcntl.h>
> +#include <linux/stringify.h>
> #include <stdio.h>
> #include <stdlib.h>
> #include <stddef.h>
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-10-12 22:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-12 20:23 [U-Boot] [PATCH] tools/env: Fix build failure from missing header include Joe Hershberger
2012-10-12 22:20 ` Marek Vasut [this message]
2012-10-13 3:55 ` Joe Hershberger
2012-10-15 23:04 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201210130020.36001.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox