mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
headers: fix missing mode_t
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Reviewed-by: Aris Adamantiadis <aris@0xbadc0de.be>
This commit is contained in:
committed by
Aris Adamantiadis
parent
2172cd234a
commit
ec32174abc
10
libssh/patches/002-musl_mode_t.patch
Normal file
10
libssh/patches/002-musl_mode_t.patch
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user