python3: update to 3.11.10
[openadk.git] / package / openssh / patches / patch-sshconnect_c
blob45dc91b3429407e647e54c4a152f4f1acf7bf196
1 --- openssh-6.2p1.orig/sshconnect.c     2012-09-17 05:25:44.000000000 +0200
2 +++ openssh-6.2p1/sshconnect.c  2013-08-20 18:00:38.757257988 +0200
3 @@ -16,6 +16,7 @@
4  #include "includes.h"
5  
6  #include <sys/types.h>
7 +#include <sys/param.h>
8  #include <sys/wait.h>
9  #include <sys/stat.h>
10  #include <sys/socket.h>