summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index 4e33cc92..296c6e86 100644
--- a/sshd.c
+++ b/sshd.c
@@ -64,7 +64,9 @@
#include <paths.h>
#endif
#include <grp.h>
+#ifdef HAVE_POLL_H
#include <poll.h>
+#endif
#include <pwd.h>
#include <signal.h>
#include <stdarg.h>