summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-15 10:01:22 +1000
committerDamien Miller <djm@mindrot.org>2000-08-15 10:01:22 +1000
commit348c9b7a9564986000743fe379de21ae6f73f7d4 (patch)
treec12f2adbd94e7298b0cc26d5891ddea58c59ce61 /includes.h
parentef7ed5eadf75a06fd9d9cd9868cd5f4072ae9e56 (diff)
- (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