aboutsummaryrefslogtreecommitdiff
path: root/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'scan.c')
-rw-r--r--scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scan.c b/scan.c
index 3c3b3da..f5ad2f9 100644
--- a/scan.c
+++ b/scan.c
@@ -1,12 +1,12 @@
#include <ctype.h>
#include <stdarg.h>
#include <stdbool.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "util.h"
-#include "scan.h"
-#include "token.h"
+#include "cc.h"
struct buffer {
char *str;