9
0
Fork 0

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>
This commit is contained in:
Holger Schurig 2014-06-26 10:49:14 +02:00 committed by Sascha Hauer
parent bbc70303c7
commit 8eaa3b0fd8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#include <common.h>
#include <malloc.h>
#include <command.h>
#include <mach/linux.h>