patch-ssh-keyscan_c 308 B

12345678910
  1. --- openssh-6.2p1.orig/ssh-keyscan.c 2012-04-22 03:24:21.000000000 +0200
  2. +++ openssh-6.2p1/ssh-keyscan.c 2013-08-20 18:04:48.698115807 +0200
  3. @@ -11,6 +11,7 @@
  4. #include "openbsd-compat/sys-queue.h"
  5. #include <sys/resource.h>
  6. +#include <sys/param.h>
  7. #ifdef HAVE_SYS_TIME_H
  8. # include <sys/time.h>
  9. #endif