summaryrefslogtreecommitdiff
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 2f3a56ec6..13042fd21 100644
--- a/includes.h
+++ b/includes.h
@@ -70,6 +70,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
70#ifdef HAVE_SYS_BSDTTY_H 70#ifdef HAVE_SYS_BSDTTY_H
71# include <sys/bsdtty.h> 71# include <sys/bsdtty.h>
72#endif 72#endif
73#ifdef HAVE_TTYENT_H
74# include <ttyent.h>
75#endif
73#ifdef USE_PAM 76#ifdef USE_PAM
74# include <security/pam_appl.h> 77# include <security/pam_appl.h>
75#endif 78#endif