summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 3fe76553b..bc7db419a 100644
--- a/includes.h
+++ b/includes.h
@@ -79,6 +79,13 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
79#ifdef USE_PAM 79#ifdef USE_PAM
80# include <security/pam_appl.h> 80# include <security/pam_appl.h>
81#endif 81#endif
82#ifdef HAVE_POLL_H
83# include <poll.h>
84#else
85# ifdef HAVE_SYS_POLL_H
86# include <sys/poll.h>
87# endif
88#endif
82 89
83#include "version.h" 90#include "version.h"
84#include "bsd-misc.h" 91#include "bsd-misc.h"