diff options
Diffstat (limited to 'package/openssh/patches/patch-ssh-keyscan_c')
-rw-r--r-- | package/openssh/patches/patch-ssh-keyscan_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openssh/patches/patch-ssh-keyscan_c b/package/openssh/patches/patch-ssh-keyscan_c new file mode 100644 index 000000000..3a02711db --- /dev/null +++ b/package/openssh/patches/patch-ssh-keyscan_c @@ -0,0 +1,10 @@ +--- openssh-6.2p1.orig/ssh-keyscan.c 2012-04-22 03:24:21.000000000 +0200 ++++ openssh-6.2p1/ssh-keyscan.c 2013-08-20 18:04:48.698115807 +0200 +@@ -11,6 +11,7 @@ + + #include "openbsd-compat/sys-queue.h" + #include <sys/resource.h> ++#include <sys/param.h> + #ifdef HAVE_SYS_TIME_H + # include <sys/time.h> + #endif |