summaryrefslogtreecommitdiff
path: root/h2pl
diff options
context:
space:
mode:
Diffstat (limited to 'h2pl')
-rw-r--r--h2pl/cbreak.pl2
-rw-r--r--h2pl/cbreak2.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/h2pl/cbreak.pl b/h2pl/cbreak.pl
index 422185eb7b..ad4c187161 100644
--- a/h2pl/cbreak.pl
+++ b/h2pl/cbreak.pl
@@ -12,7 +12,7 @@ sub set_cbreak {
local($on) = @_;
require 'sizeof.ph';
- require 'sys/ioctl.ph';
+ require './sys/ioctl.ph';
ioctl(STDIN,&TIOCGETP,$sgttyb)
|| die "Can't ioctl TIOCGETP: $!";
diff --git a/h2pl/cbreak2.pl b/h2pl/cbreak2.pl
index 8ac55a3497..db71d26b9d 100644
--- a/h2pl/cbreak2.pl
+++ b/h2pl/cbreak2.pl
@@ -11,7 +11,7 @@ sub cooked {
sub set_cbreak {
local($on) = @_;
- require 'sys/ioctl.pl';
+ require './sys/ioctl.pl';
ioctl(STDIN,$TIOCGETP,$sgttyb)
|| die "Can't ioctl TIOCGETP: $!";