diff options
Diffstat (limited to 'ssh-pkcs11-helper.c')
-rw-r--r-- | ssh-pkcs11-helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c index 3bcc2440b..219ce9b5d 100644 --- a/ssh-pkcs11-helper.c +++ b/ssh-pkcs11-helper.c | |||
@@ -26,7 +26,9 @@ | |||
26 | 26 | ||
27 | #include <stdlib.h> | 27 | #include <stdlib.h> |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #ifdef HAVE_POLL_H | ||
29 | #include <poll.h> | 30 | #include <poll.h> |
31 | #endif | ||
30 | #include <stdarg.h> | 32 | #include <stdarg.h> |
31 | #include <string.h> | 33 | #include <string.h> |
32 | #include <unistd.h> | 34 | #include <unistd.h> |