mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] include/bbu: Add missing include errno.h
@ 2014-07-28 20:25 Markus Pargmann
  2014-07-29  6:22 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Pargmann @ 2014-07-28 20:25 UTC (permalink / raw)
  To: barebox

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 include/bbu.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/bbu.h b/include/bbu.h
index 095eebcf4afa..adb52b0dec42 100644
--- a/include/bbu.h
+++ b/include/bbu.h
@@ -1,6 +1,8 @@
 #ifndef __INCLUDE_BBU_H
 #define __INCLUDE_BBU_H
 
+#include <asm-generic/errno.h>
+
 struct bbu_data {
 #define BBU_FLAG_FORCE	(1 << 0)
 #define BBU_FLAG_YES	(1 << 1)
-- 
2.0.1


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-29  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 20:25 [PATCH] include/bbu: Add missing include errno.h Markus Pargmann
2014-07-29  6:22 ` Sascha Hauer

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