summaryrefslogtreecommitdiffstats
path: root/ext/pty
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-25 05:55:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-25 05:55:12 +0000
commitbbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0 (patch)
tree071d640b5afb70e2d3cd24f69342479768cdfd5f /ext/pty
parentde8e3c8ec3610a55b5d5ebbfa226cddf524d39ec (diff)
downloadruby-bbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0.tar.gz
ruby-bbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0.tar.xz
ruby-bbd798caa2e148e0ebd10b6a6f9aeaf1301a54d0.zip
2000-05-25
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty')
-rw-r--r--ext/pty/pty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index 52257b056..66907416e 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -15,8 +15,8 @@
#endif
#include <ctype.h>
-#include <ruby.h>
-#include <rubyio.h>
+#include "ruby.h"
+#include "rubyio.h"
#include <signal.h>
#ifdef HAVE_SYS_STROPTS_H