diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-03-02 00:54:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-03-02 13:45:57 +0100 |
commit | 48d395c7de0ab12cfa7b5276e0133af93a14a89e (patch) | |
tree | ab1a3b2726998f2461db0a3edfbe27f6e2ccbc2f /package/libssh/patches/patch-include_libssh_libssh_h | |
parent | c0adc0927234457d4a2127b93ff6344884adbf81 (diff) |
different kodi-task bugfixes
Diffstat (limited to 'package/libssh/patches/patch-include_libssh_libssh_h')
-rw-r--r-- | package/libssh/patches/patch-include_libssh_libssh_h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libssh/patches/patch-include_libssh_libssh_h b/package/libssh/patches/patch-include_libssh_libssh_h index dc60939bf..39310ba16 100644 --- a/package/libssh/patches/patch-include_libssh_libssh_h +++ b/package/libssh/patches/patch-include_libssh_libssh_h @@ -1,10 +1,10 @@ ---- libssh-0.6.3.orig/include/libssh/libssh.h 2014-03-04 13:20:48.000000000 +0100 -+++ libssh-0.6.3/include/libssh/libssh.h 2014-03-14 09:07:03.304701842 +0100 -@@ -56,6 +56,7 @@ +--- libssh-0.9.5.orig/include/libssh/libssh.h 2020-09-10 14:43:02.000000000 +0200 ++++ libssh-0.9.5/include/libssh/libssh.h 2021-03-01 23:52:22.358253014 +0100 +@@ -58,6 +58,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 */ + #include <sys/types.h> |