mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX: HAB: fix missing include
@ 2018-07-27 13:45 Roland Hieber
  2018-07-30 11:56 ` Roland Hieber
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2018-07-27 13:45 UTC (permalink / raw)
  To: barebox; +Cc: Roland Hieber

The code below uses EPERM, which is defined in errno.h.

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 include/hab.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/hab.h b/include/hab.h
index fb7149ef53..78c2b865ba 100644
--- a/include/hab.h
+++ b/include/hab.h
@@ -18,6 +18,8 @@
 #ifndef __HABV4_H
 #define __HABV4_H
 
+#include <errno.h>
+
 #ifdef CONFIG_HABV4
 int imx28_hab_get_status(void);
 int imx6_hab_get_status(void);
-- 
2.18.0


_______________________________________________
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:[~2018-07-30 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 13:45 [PATCH] ARM: i.MX: HAB: fix missing include Roland Hieber
2018-07-30 11:56 ` Roland Hieber

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