diff options
Diffstat (limited to '')
-rw-r--r-- | command/cat.c (renamed from src/commands/cat.c) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands/cat.c b/command/cat.c index 0495fe3..c392a46 100644 --- a/src/commands/cat.c +++ b/command/cat.c @@ -1,6 +1,8 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" #include <ctype.h> +#include <stdlib.h> static struct { bool number_lines; |