summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index c25c489..62ffc0b 100644
--- a/toc.c
+++ b/toc.c
@@ -24,7 +24,10 @@
#include "scope.c"
#include "eval.c"
#include "types.c"
+static bool cgen_decls_file(CGenerator *g, ParsedFile *f);
+static bool typedefs_file(CGenerator *g, ParsedFile *f);
#include "cgen.c"
+#include "typedefs_cgen.c"
#include "decls_cgen.c"
#ifdef TOC_DEBUG