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 ed7443a..6a84170 100644
--- a/toc.c
+++ b/toc.c
@@ -154,7 +154,7 @@ static Location token_location(File *file, Token *t);
#if COMPILE_TIME_FOREIGN_FN_SUPPORT
#if defined _MSC_VER && !defined COMPILE_TIME_FOREIGN_FN_AVCALL
-#include "foreign_msvc32.c"
+#include "foreign_msvc.c"
#else
#include "foreign_avcall.c"
#endif