Explicitly include e_os.h for close()

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25229)
This commit is contained in:
Tomas Mraz 2024-08-19 11:34:27 +02:00
parent 6638a74939
commit 0c0c6954bf

View File

@ -16,6 +16,7 @@
# include <sys/stat.h>
#endif
#include "internal/e_os.h"
#include "internal/cryptlib.h"
#include <errno.h>