1
1

Revert "headers: fix missing mode_t"

I commited a patch file *headdesk*
This reverts commit 378fcccc0ac914254151f69cebb47e9b2c06bd31.
Этот коммит содержится в:
Aris Adamantiadis 2015-11-10 18:34:39 +01:00
родитель 378fcccc0a
Коммит a5d6ccdc2c

Просмотреть файл

@ -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