From d073a4ea52c083d702b03fbfe4640afff4372a59 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 10 Jun 2007 21:26:58 +0000 Subject: [PATCH] include sys/types.h since the compile breaks on Linux otherwise - we need ssize_t from there --- include/libssh2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libssh2.h b/include/libssh2.h index c37a00dc..d856bbb3 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -45,6 +45,7 @@ extern "C" { #include #include #include +#include /* Allow alternate API prefix from CFLAGS or calling app */ #ifndef LIBSSH2_API