diff options
Diffstat (limited to 'c')
| -rw-r--r-- | c/c.h | 1 | ||||
| -rw-r--r-- | c/lex.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include "../common.h" +#include "../type.h" /*************/ /* EXPR TREE */ @@ -1,4 +1,5 @@ #include "../common.h" +#include "../type.h" static inline bool joinspan(struct span0 *dst, struct span0 snd) |