[PATCH 1/4] commands: include missing header

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 commands/linux_exec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/linux_exec.c b/commands/linux_exec.c
index 741168a..590e0bf 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>
 
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux