diff options
Diffstat (limited to 'src/lint.c')
-rw-r--r-- | src/lint.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -#include <lib.h> +#include <stddef.h> + #include <lint.h> #include <log.h> #include <tokenize.h> |
index : marvinborner/fun | |
<public archive>: A totally fun programming language | Marvin |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lint.c | 3 |
@@ -1,4 +1,5 @@ -#include <lib.h> +#include <stddef.h> + #include <lint.h> #include <log.h> #include <tokenize.h> |