aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/patches/002-musl_mode_t.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libssh/patches/002-musl_mode_t.patch b/libssh/patches/002-musl_mode_t.patch
new file mode 100644
index 00000000..a5975aca
--- /dev/null
+++ b/libssh/patches/002-musl_mode_t.patch
@@ -0,0 +1,10 @@
+--- a/include/libssh/libssh.h
++++ b/include/libssh/libssh.h
+@@ -58,6 +58,7 @@
+ #else /* _MSC_VER */
+ #include <unistd.h>
+ #include <inttypes.h>
++ #include <sys/types.h>
+ #endif /* _MSC_VER */
+
+ #ifdef _WIN32