diff options
Diffstat (limited to '')
-rw-r--r-- | command/tac.c (renamed from src/commands/tac.c) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands/tac.c b/command/tac.c index d188de9..9e9e48e 100644 --- a/src/commands/tac.c +++ b/command/tac.c @@ -1,8 +1,10 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" #include <stdio.h> #include <stdlib.h> #include <limits.h> +#include <time.h> static void help(void) { printf("Usage: tac [FILE]...\n\n"); |