diff options
Diffstat (limited to '')
-rw-r--r-- | command/tail.c (renamed from src/commands/tail.c) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/tail.c b/command/tail.c index 07b3d2b..8137eca 100644 --- a/src/commands/tail.c +++ b/command/tail.c @@ -1,4 +1,9 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" + +#include <stdlib.h> +#include <string.h> +#include <unistd.h> static struct { bool lines; |