summaryrefslogtreecommitdiff
path: root/include/ruby/impl/dllexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/dllexport.h')
-rw-r--r--include/ruby/impl/dllexport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/impl/dllexport.h b/include/ruby/impl/dllexport.h
index 5d6ae28d41..dfe3986fe2 100644
--- a/include/ruby/impl/dllexport.h
+++ b/include/ruby/impl/dllexport.h
@@ -20,8 +20,8 @@
* extension libraries. They could be written in C++98.
* @brief Tewaking visibility of C variables/functions.
*/
-#include "ruby/3/config.h"
-#include "ruby/3/compiler_is.h"
+#include "ruby/impl/config.h"
+#include "ruby/impl/compiler_is.h"
/* For MinGW, we need __declspec(dllimport) for RUBY_EXTERN on MJIT.
mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */