From: Darren Tucker Date: Wed, 29 Sep 2021 10:03:58 +0000 (+1000) Subject: Include stdlib.h for arc4random_uniform prototype. X-Git-Tag: V_8_9_P1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207648d7a6415dc915260ca75850404dbf9f0a0b;p=thirdparty%2Fopenssh-portable.git Include stdlib.h for arc4random_uniform prototype. --- diff --git a/openbsd-compat/bindresvport.c b/openbsd-compat/bindresvport.c index eeb269d59..346c7fe56 100644 --- a/openbsd-compat/bindresvport.c +++ b/openbsd-compat/bindresvport.c @@ -40,6 +40,7 @@ #include #include +#include #include #define STARTPORT 600