diff options
Diffstat (limited to 'bin/ksh/edit.c')
-rw-r--r-- | bin/ksh/edit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/edit.c b/bin/ksh/edit.c index c05109c859d..53c1fcb301a 100644 --- a/bin/ksh/edit.c +++ b/bin/ksh/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.3 1996/10/01 02:05:33 downsj Exp $ */ +/* $OpenBSD: edit.c,v 1.4 1996/12/14 12:18:07 mickey Exp $ */ /* * Command line editing - common code @@ -17,6 +17,7 @@ # include <sys/stream.h> /* needed for <sys/ptem.h> */ # include <sys/ptem.h> /* needed for struct winsize */ #endif /* OS_SCO */ +#include <sys/ioctl.h> #include <ctype.h> #include "ksh_stat.h" |