diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ -#include <term.h> #include <stdlib.h> #include <stdio.h> +#include <term.h> + struct term *new_term(term_type type) { struct term *term = calloc(1, sizeof(*term)); |