diff options
Diffstat (limited to 'src/c_init.c')
-rw-r--r-- | src/c_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_init.c b/src/c_init.c index bf3191f..0939b29 100644 --- a/src/c_init.c +++ b/src/c_init.c @@ -17,6 +17,7 @@ #include <string.h> #include <term.h> +#include "c_ctrls.h" #include "c_init.h" #include "c_keys.h" #include "c_input.h" @@ -89,7 +90,6 @@ static char static char *line = NULL; int i; - c_get_struct(1, &msh); i = -1; if (line == NULL) if (!(line = ft_calloc(1, sizeof(char)))) |