diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-10-28 15:53:25 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-10-28 16:27:53 +1100 |
commit | 6fc7e1c6fec3ba589869ae98e968c0e5e2e4695b (patch) | |
tree | ba9d0940364de84f789236e026577887af2e43c9 /ssh-pkcs11-helper.c | |
parent | 9239a18f96905cc1a353e861e33af093652f24e7 (diff) |
Wrap poll.h includes in HAVE_POLL_H.
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 3bcc2440..219ce9b5 100644 --- a/ssh-pkcs11-helper.c +++ b/ssh-pkcs11-helper.c @@ -26,7 +26,9 @@ #include <stdlib.h> #include <errno.h> +#ifdef HAVE_POLL_H #include <poll.h> +#endif #include <stdarg.h> #include <string.h> #include <unistd.h> |