From 4133f484ae317909169ad8e1bc689d25cabd9a77 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 21 Sep 2009 12:23:15 +0200 Subject: Fixed building libssh with MSVC. Thanks to Carlo Segato for the patch. --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 7e4a99d4..8da66a20 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -54,6 +54,7 @@ typedef unsigned short uint16_t; typedef unsigned char uint8_t; typedef unsigned long long uint64_t; + typedef uint32_t mode_t; #else /* _MSC_VER */ #include #include -- cgit