mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
11 lines
287 B
Diff
11 lines
287 B
Diff
--- libssh-0.5.5.orig/include/libssh/libssh.h
|
|
+++ libssh-0.5.5/include/libssh/libssh.h
|
|
@@ -57,6 +57,7 @@
|
|
typedef unsigned long long uint64_t;
|
|
typedef int mode_t;
|
|
#else /* _MSC_VER */
|
|
+ #include <sys/types.h>
|
|
#include <unistd.h>
|
|
#include <inttypes.h>
|
|
#endif /* _MSC_VER */
|