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 --- commands/loadenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/loadenv.c') diff --git a/commands/loadenv.c b/commands/loadenv.c index 48284d7a03..14b964340b 100644 --- a/commands/loadenv.c +++ b/commands/loadenv.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include static int do_loadenv(int argc, char *argv[]) -- cgit v1.2.3