mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] include/environment.h: Add missing include
@ 2014-10-22 13:57 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2014-10-22 13:57 UTC (permalink / raw)
  To: barebox

include/environment.h uses error codes, so it needs errno.h.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 include/environment.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/environment.h b/include/environment.h
index a08f597..52eafe9 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -21,6 +21,7 @@
 #define _ENVIRONMENT_H_
 
 #include <linux/list.h>
+#include <errno.h>
 
 /**
  * Managment of a environment variable
-- 
2.1.1


_______________________________________________
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:[~2014-10-22 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-22 13:57 [PATCH] include/environment.h: Add missing include Sascha Hauer

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