From 48d395c7de0ab12cfa7b5276e0133af93a14a89e Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Tue, 2 Mar 2021 00:54:55 +0100
Subject: different kodi-task bugfixes

---
 package/libssh/patches/patch-include_libssh_libssh_h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(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
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>
-- 
cgit v1.2.3