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