mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Revert "headers: fix missing mode_t"
I commited a patch file *headdesk*
This reverts commit 378fcccc0a.
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
--- 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