From 0c97dd006198dac14acc8e1dca1b57f2c4ad12b3 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 20 Jan 2013 13:16:28 +0100 Subject: move prototypes for envfs_* to envfs.h environment.h is for environment variables, not for the environment storage (envfs), so move the prototypes to envfs.h Signed-off-by: Sascha Hauer --- common/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/startup.c') diff --git a/common/startup.c b/common/startup.c index 6309f53e9e..c36bf7c763 100644 --- a/common/startup.c +++ b/common/startup.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include extern initcall_t __barebox_initcalls_start[], __barebox_early_initcalls_end[], -- cgit v1.2.3