From e1385b3399b606c2fe495f2e1967822af715edec Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 12 Apr 2016 11:20:31 +0200 Subject: move unlink_recursive declaration to libfile.h unlink_recursive is a file utility function, so move the prototype to libfile.h Signed-off-by: Sascha Hauer --- commands/loadenv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/loadenv.c') diff --git a/commands/loadenv.c b/commands/loadenv.c index 8d6be2fa83..44e96c3b60 100644 --- a/commands/loadenv.c +++ b/commands/loadenv.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3