diff options
Diffstat (limited to '')
-rw-r--r-- | command/rm.c (renamed from src/commands/rm.c) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands/rm.c b/command/rm.c index 8ce3e1c..81a956a 100644 --- a/src/commands/rm.c +++ b/command/rm.c @@ -1,5 +1,9 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" + #include <dirent.h> +#include <errno.h> +#include <stdlib.h> #include <string.h> static struct { |