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 + commands/rm.c | 1 + 2 files changed, 2 insertions(+) (limited to 'commands') 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 diff --git a/commands/rm.c b/commands/rm.c index 5f1f582f5e..4eebb3d159 100644 --- a/commands/rm.c +++ b/commands/rm.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3