patch-include_libssh_libssh_h 362 B

12345678910
  1. --- libssh-0.9.5.orig/include/libssh/libssh.h 2020-09-10 14:43:02.000000000 +0200
  2. +++ libssh-0.9.5/include/libssh/libssh.h 2021-03-01 23:52:22.358253014 +0100
  3. @@ -58,6 +58,7 @@
  4. typedef unsigned long long uint64_t;
  5. typedef int mode_t;
  6. #else /* _MSC_VER */
  7. + #include <sys/types.h>
  8. #include <unistd.h>
  9. #include <inttypes.h>
  10. #include <sys/types.h>