summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toc.c b/toc.c
index 2cfce3b..dfa2877 100644
--- a/toc.c
+++ b/toc.c
@@ -83,7 +83,7 @@ static inline bool type_is_slicechar(Type *t) {
static bool cgen_decls_file(CGenerator *g, ParsedFile *f);
static bool cgen_sdecls_file(CGenerator *g, ParsedFile *f);
#include "cgen.c"
-#include "typedefs_cgen.c"
+#include "sdecls_cgen.c"
#include "decls_cgen.c"
#ifdef TOC_DEBUG