summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
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