summaryrefslogtreecommitdiff
path: root/command/wc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--command/wc.c (renamed from src/commands/wc.c)4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands/wc.c b/command/wc.c
index d8905a5..3150045 100644
--- a/src/commands/wc.c
+++ b/command/wc.c
@@ -1,6 +1,8 @@
-#include "../command.h"
+#include "command.h"
+#include "lslib.h"
#include <ctype.h>
+#include <stdlib.h>
static struct {
bool newlines;