From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 27 Mar 2012 10:50:52 +0200 Subject: [U-Boot] [PATCHv5 2/7] mkenvimage: Correct an include and add a missing one In-Reply-To: <1326497260-13864-2-git-send-email-david.wagner@free-electrons.com> References: <1326497260-13864-1-git-send-email-david.wagner@free-electrons.com> <1326497260-13864-2-git-send-email-david.wagner@free-electrons.com> Message-ID: <20120327105052.28533c86@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 14 Jan 2012 00:27:35 +0100 David Wagner wrote: > compiler.h needs to be included from U-Boot's headers. > Also, group U-Boot-specific includes together > > stdlib.h was missing. > > Signed-off-by: David Wagner > --- > tools/mkenvimage.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied to u-boot-staging/agust at denx.de, thanks. Anatolij