diff options
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,7 +33,9 @@ | |||
33 | #include <stdlib.h> | 33 | #include <stdlib.h> |
34 | #include <string.h> | 34 | #include <string.h> |
35 | #include <unistd.h> | 35 | #include <unistd.h> |
36 | #ifdef HAVE_POLL_H | ||
36 | #include <poll.h> | 37 | #include <poll.h> |
38 | #endif | ||
37 | 39 | ||
38 | #ifdef WITH_OPENSSL | 40 | #ifdef WITH_OPENSSL |
39 | #include <openssl/crypto.h> | 41 | #include <openssl/crypto.h> |