patch-include_libssh_libssh_h 359 B

12345678910
  1. --- libssh-0.6.3.orig/include/libssh/libssh.h 2014-03-04 13:20:48.000000000 +0100
  2. +++ libssh-0.6.3/include/libssh/libssh.h 2014-03-14 09:07:03.304701842 +0100
  3. @@ -56,6 +56,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 */