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/saveenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/saveenv.c') diff --git a/commands/saveenv.c b/commands/saveenv.c index dd0de7f75b..7f371a88dd 100644 --- a/commands/saveenv.c +++ b/commands/saveenv.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include static int do_saveenv(int argc, char *argv[]) { -- cgit v1.2.3