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