[For-next PATCH] memtest: add missing includes
Alexander Aring
alex.aring at gmail.com
Fri Jun 7 16:58:45 EDT 2013
Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
commands/memtest.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/commands/memtest.c b/commands/memtest.c
index a67d868..d2a1487 100644
--- a/commands/memtest.c
+++ b/commands/memtest.c
@@ -27,6 +27,9 @@
#include <getopt.h>
#include <asm/mmu.h>
#include <memory.h>
+#include <malloc.h>
+#include <common.h>
+#include <errno.h>
#include <memtest.h>
--
1.8.3
More information about the barebox
mailing list