diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ static void print_val(Value v, Type *t); #include "scope.c" #include "eval.c" #include "infer.c" -#include "export.c" +#include "package.c" #include "types.c" static bool cgen_decls_file(CGenerator *g, ParsedFile *f); static bool typedefs_file(CGenerator *g, ParsedFile *f); |