summaryrefslogtreecommitdiff
path: root/command/printf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--command/printf.c (renamed from src/commands/printf.c)5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/commands/printf.c b/command/printf.c
index 519b8a2..99139d0 100644
--- a/src/commands/printf.c
+++ b/command/printf.c
@@ -1,4 +1,7 @@
-#include "../command.h"
+#include "command.h"
+#include "lslib.h"
+
+#include <stdlib.h>
static long cast_long(const char* arg) {
char* end;