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