summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2000-08-15 00:01:22 +0000
committerdjm <djm>2000-08-15 00:01:22 +0000
commitb81938b4d7aeb6b98e0433cb8a3f333795bd7e16 (patch)
tree76abb69d96ff979e139068c6266781c940bb70cc /includes.h
parent19878474d70aa1b1c4c13bbf3db25732b274c2e1 (diff)
downloadopenssh-b81938b4d7aeb6b98e0433cb8a3f333795bd7e16.tar.gz
- (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 2f3a56ec..13042fd2 100644
--- a/includes.h
+++ b/includes.h
@@ -70,6 +70,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef HAVE_SYS_BSDTTY_H
# include <sys/bsdtty.h>
#endif
+#ifdef HAVE_TTYENT_H
+# include <ttyent.h>
+#endif
#ifdef USE_PAM
# include <security/pam_appl.h>
#endif