summaryrefslogtreecommitdiffstats
path: root/loader/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/module.c')
-rw-r--r--loader/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/module.c b/loader/module.c
index 4a292ce0ac..6f3f0c3de9 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -701,7 +701,7 @@ static int dump_component(char* name, int type, void* orig, ComponentParameters
return dump_component(name,type,real_ ## sname, params, glob); \
}
-#include "qt_comp.h"
+#include "qt_comp_template.c"
#undef DECL_COMPONENT
@@ -1042,7 +1042,7 @@ FARPROC MODULE_GetProcAddress(
fprintf(stderr,name "dispatcher catched -> %p\n",retproc); \
real_ ## sname = retproc; retproc = fake_ ## sname; \
}
-#include "qt_comp.h"
+#include "qt_comp_template.c"
#undef DECL_COMPONENT
#endif