From abb858ae43374dc13a5fcef19b9e0ba9442013bb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 11 Jan 2014 12:16:39 +0100 Subject: fix libssh compile on Darwin --- package/libssh/patches/patch-include_libssh_libssh_h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/libssh/patches/patch-include_libssh_libssh_h (limited to 'package/libssh/patches/patch-include_libssh_libssh_h') diff --git a/package/libssh/patches/patch-include_libssh_libssh_h b/package/libssh/patches/patch-include_libssh_libssh_h new file mode 100644 index 000000000..8811f79fb --- /dev/null +++ b/package/libssh/patches/patch-include_libssh_libssh_h @@ -0,0 +1,10 @@ +--- libssh-0.5.3.orig/include/libssh/libssh.h 2012-11-20 12:41:49.000000000 +0100 ++++ libssh-0.5.3/include/libssh/libssh.h 2014-01-11 12:04:00.000000000 +0100 +@@ -57,6 +57,7 @@ + typedef unsigned long long uint64_t; + typedef int mode_t; + #else /* _MSC_VER */ ++ #include + #include + #include + #endif /* _MSC_VER */ -- cgit v1.2.3