From 01d7396160bfabca8ed205ba988d8166ce28039e Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 5 Apr 2007 09:58:25 +0000 Subject: [PATCH] Need sys/ioctl.h for FIONBIO, tiny patch from Michael Augustin . --- src/libssh2_priv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libssh2_priv.h b/src/libssh2_priv.h index cbf2f53..cb20f5b 100644 --- a/src/libssh2_priv.h +++ b/src/libssh2_priv.h @@ -70,6 +70,7 @@ #ifndef WIN32 #include +#include #endif #ifdef LIBSSH2_LIBGCRYPT