mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [For-next PATCH] memtest: add missing includes
@ 2013-06-07 20:58 Alexander Aring
  0 siblings, 0 replies; only message in thread
From: Alexander Aring @ 2013-06-07 20:58 UTC (permalink / raw)
  To: barebox

Signed-off-by: Alexander Aring <alex.aring@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


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-07 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-07 20:58 [For-next PATCH] memtest: add missing includes Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox