summaryrefslogtreecommitdiff
path: root/package/libssh/patches/patch-include_libssh_libssh_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-12 13:01:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-12 13:01:44 +0100
commit7bd70b733a54b6d1d26fd0f570328c95cc4858ef (patch)
tree6af6cd410241c6bfb050c020fe685cd1e8c00f67 /package/libssh/patches/patch-include_libssh_libssh_h
parent535d9124e1f78b15e0ecb32818bd4583cbab1d50 (diff)
parent501363db19756c4f82a67b822a00e8444d3962cf (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libssh/patches/patch-include_libssh_libssh_h')
-rw-r--r--package/libssh/patches/patch-include_libssh_libssh_h10
1 files changed, 10 insertions, 0 deletions
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 <sys/types.h>
+ #include <unistd.h>
+ #include <inttypes.h>
+ #endif /* _MSC_VER */