]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include stdlib.h for arc4random_uniform prototype.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 29 Sep 2021 10:03:58 +0000 (20:03 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 29 Sep 2021 10:03:58 +0000 (20:03 +1000)
openbsd-compat/bindresvport.c

index eeb269d59dfcfed2b70544b549521bd1577addc6..346c7fe5654a10c94aa63588d46c2ef2547e779c 100644 (file)
@@ -40,6 +40,7 @@
 #include <arpa/inet.h>
 
 #include <errno.h>
+#include <stdlib.h>
 #include <string.h>
 
 #define STARTPORT 600