summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-26 10:49:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-26 21:16:13 +0200
commit8eaa3b0fd895e5eac072cebc5b3dacd2f5813cb1 (patch)
treebb7a63b669d43388cf121d3dd0b1efa67b1e96b1 /commands
parentbbc70303c7166dbe8e72ea12fdc486c28a60c302 (diff)
downloadbarebox-8eaa3b0fd895e5eac072cebc5b3dacd2f5813cb1.tar.gz
barebox-8eaa3b0fd895e5eac072cebc5b3dacd2f5813cb1.tar.xz
commands: include missing header
When compiled for ARCH=sandbox, we get a compiler warning if we don't include the needed header file as well. Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/linux_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/linux_exec.c b/commands/linux_exec.c
index 741168a824..590e0bfd50 100644
--- a/commands/linux_exec.c
+++ b/commands/linux_exec.c
@@ -16,6 +16,7 @@
*/
#include <common.h>
+#include <malloc.h>
#include <command.h>
#include <mach/linux.h>