1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

Fix for systems which need sys/select.h.

This commit is contained in:
Guenter Knauf
2011-09-08 13:53:05 +02:00
parent 3f2b1dea5e
commit 50d451e307

View File

@ -17,6 +17,9 @@
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif