summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 0b7b8ad..fb1acb3 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,4 +1,4 @@
-#include "shared.h"
+#include "util/shared.h"
#include <stdint.h>
#include <stdlib.h>
@@ -19,3 +19,4 @@ COMMAND_EMPTY(user_id);
COMMAND(ls);
COMMAND(tail);
COMMAND(head);
+COMMAND(ed);