]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Explicitly include e_os.h for close()
authorTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 09:34:27 +0000 (11:34 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 09:34:27 +0000 (11:34 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25229)

crypto/rand/randfile.c

index d44cf2c2318dd3399d43a2d0c5d16b96eb62fea2..98b811c5efdcf1396f1e802dc9f22df50c750e27 100644 (file)
@@ -16,6 +16,7 @@
 # include <sys/stat.h>
 #endif
 
+#include "internal/e_os.h"
 #include "internal/cryptlib.h"
 
 #include <errno.h>