aboutsummaryrefslogtreecommitdiffhomepage
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/c.h1
-rw-r--r--c/lex.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/c.h b/c/c.h
index e8e797c..f0d42a1 100644
--- a/c/c.h
+++ b/c/c.h
@@ -1,4 +1,5 @@
#include "../common.h"
+#include "../type.h"
/*************/
/* EXPR TREE */
diff --git a/c/lex.h b/c/lex.h
index daed23c..fd84f0a 100644
--- a/c/lex.h
+++ b/c/lex.h
@@ -1,4 +1,5 @@
#include "../common.h"
+#include "../type.h"
static inline bool
joinspan(struct span0 *dst, struct span0 snd)