diff options
Diffstat (limited to '')
-rw-r--r-- | command/cp.c (renamed from src/commands/cp.c) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/cp.c b/command/cp.c index df88155..ca80f69 100644 --- a/src/commands/cp.c +++ b/command/cp.c @@ -1,7 +1,12 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" + #include <dirent.h> +#include <errno.h> #include <limits.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <sys/stat.h> #include <unistd.h> |