summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-10-28 15:53:25 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-10-28 16:27:53 +1100
commit6fc7e1c6fec3ba589869ae98e968c0e5e2e4695b (patch)
treeba9d0940364de84f789236e026577887af2e43c9 /kex.c
parent9239a18f96905cc1a353e861e33af093652f24e7 (diff)
Wrap poll.h includes in HAVE_POLL_H.
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kex.c b/kex.c
index 49d701568..2195cea4e 100644
--- a/kex.c
+++ b/kex.c
@@ -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>