aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/token.c b/token.c
index d118fd7..fe358a9 100644
--- a/token.c
+++ b/token.c
@@ -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;