summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index e58f4ec..dd8f4ac 100644
--- a/toc.c
+++ b/toc.c
@@ -42,6 +42,7 @@ static void print_val(Value v, Type *t);
#include "eval.c"
#include "infer.c"
+#include "export.c"
#include "types.c"
static bool cgen_decls_file(CGenerator *g, ParsedFile *f);
static bool typedefs_file(CGenerator *g, ParsedFile *f);