summaryrefslogtreecommitdiff
path: root/missing/dup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/dup2.c')
-rw-r--r--missing/dup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/dup2.c b/missing/dup2.c
index 6d1dea304a..a415cfd1ba 100644
--- a/missing/dup2.c
+++ b/missing/dup2.c
@@ -11,7 +11,7 @@
* Return fd2 if all went well; return BADEXIT otherwise.
*/
-#include "ruby/3/config.h"
+#include "ruby/impl/config.h"
#if defined(HAVE_FCNTL)
# include <fcntl.h>