aboutsummaryrefslogtreecommitdiffstats
path: root/regenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'regenc.h')
-rw-r--r--regenc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/regenc.h b/regenc.h
index b1d6f22818..882971ceb6 100644
--- a/regenc.h
+++ b/regenc.h
@@ -29,12 +29,12 @@
* SUCH DAMAGE.
*/
#ifndef REGINT_H
-#include "config.h"
+#include "ruby/config.h"
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION
#endif
#endif
-#include "oniguruma.h"
+#include "ruby/oniguruma.h"
typedef struct {
OnigCodePoint from;