summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-10-22 14:24:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-10-22 15:57:08 +0200
commit7014e83f0945f6b9951a2373249d0bc8ecbb4773 (patch)
tree7983e0d9733c5d95405b1d2927dbdf45d4864e64
parent5b4e4ebcf8267b5fe13bd3e9b2b5151c2a916532 (diff)
downloadbarebox-7014e83f0945f6b9951a2373249d0bc8ecbb4773.tar.gz
barebox-7014e83f0945f6b9951a2373249d0bc8ecbb4773.tar.xz
include/environment.h: Add missing include
include/environment.h uses error codes, so it needs errno.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/environment.h b/include/environment.h
index a08f597000..52eafe9882 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