diff options
Diffstat (limited to 'token.c')
-rw-r--r-- | token.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ #include <stdarg.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include "util.h" -#include "token.h" +#include "cc.h" struct token tok; |