diff options
Diffstat (limited to '')
-rw-r--r-- | command/grep.c (renamed from src/commands/grep.c) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands/grep.c b/command/grep.c index 4062734..0dad094 100644 --- a/src/commands/grep.c +++ b/command/grep.c @@ -1,5 +1,9 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" + #include <stdio.h> +#include <stdlib.h> +#include <string.h> static struct { bool filename_prefix; |