summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-sshconnect_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:56:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:56:45 +0200
commit3cac6b11b1248fb63eae9e4fc64e41e9d8c8eb1b (patch)
treed0cec50e47cf01bf981e2316b3b8029373b5fe00 /package/openssh/patches/patch-sshconnect_c
parentc5dc60b664fcbba2642346c4b80fc407264337b7 (diff)
fix musl compile
Diffstat (limited to 'package/openssh/patches/patch-sshconnect_c')
-rw-r--r--package/openssh/patches/patch-sshconnect_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openssh/patches/patch-sshconnect_c b/package/openssh/patches/patch-sshconnect_c
new file mode 100644
index 000000000..45dc91b34
--- /dev/null
+++ b/package/openssh/patches/patch-sshconnect_c
@@ -0,0 +1,10 @@
+--- openssh-6.2p1.orig/sshconnect.c 2012-09-17 05:25:44.000000000 +0200
++++ openssh-6.2p1/sshconnect.c 2013-08-20 18:00:38.757257988 +0200
+@@ -16,6 +16,7 @@
+ #include "includes.h"
+
+ #include <sys/types.h>
++#include <sys/param.h>
+ #include <sys/wait.h>
+ #include <sys/stat.h>
+ #include <sys/socket.h>