diff options
Diffstat (limited to '')
-rw-r--r-- | command/mkdir.c (renamed from src/commands/mkdir.c) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/mkdir.c b/command/mkdir.c index 02fccca..0d3950d 100644 --- a/src/commands/mkdir.c +++ b/command/mkdir.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 make_parent; |