summaryrefslogtreecommitdiff
path: root/internal/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/process.h')
-rw-r--r--internal/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/process.h b/internal/process.h
index 1ee9b03cca..b5b3c9462f 100644
--- a/internal/process.h
+++ b/internal/process.h
@@ -9,7 +9,7 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for Process.
*/
-#include "ruby/3/config.h" /* for rb_pid_t */
+#include "ruby/impl/config.h" /* for rb_pid_t */
#include <stddef.h> /* for size_t */
#ifdef HAVE_SYS_TYPES_H