From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XgwQ9-0003Qz-CJ for barebox@lists.infradead.org; Wed, 22 Oct 2014 13:57:50 +0000 From: Sascha Hauer Date: Wed, 22 Oct 2014 15:57:16 +0200 Message-Id: <1413986236-893-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] include/environment.h: Add missing include To: barebox@lists.infradead.org include/environment.h uses error codes, so it needs errno.h. Signed-off-by: Sascha Hauer --- 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 +#include /** * Managment of a environment variable -- 2.1.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox