patch-include_libssh_libssh_h 359 B

12345678910
  1. --- libssh-0.5.3.orig/include/libssh/libssh.h 2012-11-20 12:41:49.000000000 +0100
  2. +++ libssh-0.5.3/include/libssh/libssh.h 2014-01-11 12:04:00.000000000 +0100
  3. @@ -57,6 +57,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. #endif /* _MSC_VER */