Need sys/ioctl.h for FIONBIO, tiny patch from Michael Augustin

<maugustin@gmx.net>.
This commit is contained in:
Simon Josefsson 2007-04-05 09:58:25 +00:00
parent 43e377c08e
commit 01d7396160

View File

@ -70,6 +70,7 @@
#ifndef WIN32
#include <sys/socket.h>
#include <sys/ioctl.h>
#endif
#ifdef LIBSSH2_LIBGCRYPT