aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libssh/libssh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index b8462209..4ea7430b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -63,9 +63,6 @@
#ifdef _WIN32
#include <winsock2.h>
- #ifndef socklen_t
- #define socklen_t int
- #endif
#else /* _WIN32 */
#include <sys/select.h> /* for fd_set * */
#include <netdb.h>