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 00d8145976..7554084c5d 100644
--- a/missing/dup2.c
+++ b/missing/dup2.c
@@ -11,7 +11,7 @@
* Return fd2 if all went well; return BADEXIT otherwise.
*/
-#include "config.h"
+#include "ruby/config.h"
#if defined(HAVE_FCNTL)
# include <fcntl.h>