diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/bsd-openpty.c | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,7 @@ | |||
4 | older systems. | 4 | older systems. |
5 | - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2) | 5 | - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2) |
6 | on POSIX systems. | 6 | on POSIX systems. |
7 | - (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2). | ||
7 | 8 | ||
8 | 20060822 | 9 | 20060822 |
9 | - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in | 10 | - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in |
@@ -5295,4 +5296,4 @@ | |||
5295 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5296 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5296 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5297 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5297 | 5298 | ||
5298 | $Id: ChangeLog,v 1.4507 2006/08/24 09:45:33 dtucker Exp $ | 5299 | $Id: ChangeLog,v 1.4508 2006/08/24 09:52:30 dtucker Exp $ |
diff --git a/openbsd-compat/bsd-openpty.c b/openbsd-compat/bsd-openpty.c index c0cde6b1f..9777eb556 100644 --- a/openbsd-compat/bsd-openpty.c +++ b/openbsd-compat/bsd-openpty.c | |||
@@ -42,6 +42,9 @@ | |||
42 | #ifdef HAVE_SYS_STAT_H | 42 | #ifdef HAVE_SYS_STAT_H |
43 | # include <sys/stat.h> | 43 | # include <sys/stat.h> |
44 | #endif | 44 | #endif |
45 | #ifdef HAVE_SYS_IOCTL_H | ||
46 | # include <sys/ioctl.h> | ||
47 | #endif | ||
45 | 48 | ||
46 | #ifdef HAVE_FCNTL_H | 49 | #ifdef HAVE_FCNTL_H |
47 | # include <fcntl.h> | 50 | # include <fcntl.h> |