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 c14ab6b3d..308e674c0 100644
--- a/includes.h
+++ b/includes.h
@@ -67,6 +67,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
67#ifdef HAVE_SYS_TIME_H 67#ifdef HAVE_SYS_TIME_H
68# include <sys/time.h> 68# include <sys/time.h>
69#endif 69#endif
70#ifdef HAVE_SYS_BSDTTY_H
71# include <sys/bsdtty.h>
72#endif
70#ifdef HAVE_LIBPAM 73#ifdef HAVE_LIBPAM
71# include <security/pam_appl.h> 74# include <security/pam_appl.h>
72#endif 75#endif