diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 3 |
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); |