1 2 3 4 5 6 7 8 9 10 11 12 13
$FreeBSD$ --- crypto/ssh_crypto_openssl.c 2001/04/18 16:00:03 1.1 +++ crypto/ssh_crypto_openssl.c 2001/04/18 16:00:24 @@ -44,6 +44,7 @@ #include <stdlib.h> #include <errno.h> #include <string.h> +#include <sys/types.h> #include <openssl/rand.h>