aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/missing-includes.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-10-17 15:47:40 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-10-19 04:27:01 -0700
commit725cbbd47ed7a611d815ba41672f07f2f3e270ec (patch)
treed76988cd8bc872e8d6ee5650befdeb85c1af3037 /ports/libssh/missing-includes.patch
parentfe3c48d743a78e44ee6fe763e6982540e43ebeef (diff)
downloadvcpkg-725cbbd47ed7a611d815ba41672f07f2f3e270ec.tar.gz
vcpkg-725cbbd47ed7a611d815ba41672f07f2f3e270ec.zip
[libssh] Update to 0.7.6. Fixes #4494.
Diffstat (limited to 'ports/libssh/missing-includes.patch')
-rw-r--r--ports/libssh/missing-includes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/libssh/missing-includes.patch b/ports/libssh/missing-includes.patch
new file mode 100644
index 000000000..f12d04744
--- /dev/null
+++ b/ports/libssh/missing-includes.patch
@@ -0,0 +1,13 @@
+diff --git a/include/libssh/priv.h b/include/libssh/priv.h
+index 4cf6d75..13993ea 100644
+--- a/include/libssh/priv.h
++++ b/include/libssh/priv.h
+@@ -30,6 +30,8 @@
+ #define _LIBSSH_PRIV_H
+
+ #include "config.h"
++#include <stdint.h>
++#include <string.h>
+
+ #if !defined(HAVE_STRTOULL)
+ # if defined(HAVE___STRTOULL)