diff options
Diffstat (limited to '')
-rw-r--r-- | command/mv.c (renamed from src/commands/mv.c) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/mv.c b/command/mv.c index d203607..adce2b7 100644 --- a/src/commands/mv.c +++ b/command/mv.c @@ -1,4 +1,9 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" + +#include <errno.h> +#include <stdlib.h> +#include <string.h> static struct { bool prompt; |