diff options
Diffstat (limited to '')
-rw-r--r-- | command/ed.c (renamed from src/commands/ed.c) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/commands/ed.c b/command/ed.c index d7e8881..472473f 100644 --- a/src/commands/ed.c +++ b/command/ed.c @@ -1,5 +1,8 @@ -#include "../command.h" -#include "../util//regex.h" +#include "command.h" +#include "lslib.h" + +#include <stdlib.h> +#include <string.h> #define INPUT_LEN 1024 |