summaryrefslogtreecommitdiff
path: root/package/libssh/patches/patch-include_libssh_libssh_h
diff options
context:
space:
mode:
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, 0 insertions, 10 deletions
diff --git a/package/libssh/patches/patch-include_libssh_libssh_h b/package/libssh/patches/patch-include_libssh_libssh_h
deleted file mode 100644
index 39310ba16..000000000
--- a/package/libssh/patches/patch-include_libssh_libssh_h
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>
- #include <sys/types.h>