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 bfedbc47aa..5983204d1e 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/impl/config.h" /* for rb_pid_t */
+#include "ruby/internal/config.h" /* for rb_pid_t */
#include <stddef.h> /* for size_t */
#ifdef HAVE_SYS_TYPES_H