summaryrefslogtreecommitdiff
path: root/ext/pty
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 12:35:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 12:35:12 +0000
commit51edb3004256698d91ab0ed685d705c9bb23bc22 (patch)
tree4062572dc32c3cb0d2e256a8ac1ed3792b0f9620 /ext/pty
parent9c2c2f77ba4b346e99f00862ac6340ff1a33a82c (diff)
Include ruby/{io,encoding}.h before internal.h
because of r61712 and r61713 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty')
-rw-r--r--ext/pty/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index 7726f154eb..fb9ff19a94 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -35,8 +35,8 @@
#endif
#include <ctype.h>
-#include "internal.h"
#include "ruby/io.h"
+#include "internal.h"
#include "ruby/util.h"
#include <signal.h>