patch-ssh-pkcs11-helper_c 300 B

12345678910
  1. --- openssh-6.2p1.orig/ssh-pkcs11-helper.c 2012-07-02 14:15:39.000000000 +0200
  2. +++ openssh-6.2p1/ssh-pkcs11-helper.c 2013-08-20 18:05:07.349881322 +0200
  3. @@ -18,6 +18,7 @@
  4. #include "includes.h"
  5. #include <sys/types.h>
  6. +#include <sys/param.h>
  7. #ifdef HAVE_SYS_TIME_H
  8. # include <sys/time.h>
  9. #endif