summaryrefslogtreecommitdiff
path: root/command/echo.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--command/echo.c (renamed from src/commands/echo.c)5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/commands/echo.c b/command/echo.c
index fe70a6a..a0ab78d 100644
--- a/src/commands/echo.c
+++ b/command/echo.c
@@ -1,4 +1,7 @@
-#include "../command.h"
+#include "command.h"
+#include "lslib.h"
+
+#include <stdlib.h>
static struct {
bool escape_codes;