diff options
Diffstat (limited to 'src/inc/context.h')
-rw-r--r-- | src/inc/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/context.h b/src/inc/context.h index 81a2ca4..603f42e 100644 --- a/src/inc/context.h +++ b/src/inc/context.h @@ -1,7 +1,7 @@ #ifndef CONTEXT_H #define CONTEXT_H -#include <string.h> +#include <lib.h> struct ctx { size_t line; |