Skip to content

Commit

Permalink
Explicitly include e_os.h for close()
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#25229)
  • Loading branch information
t8m committed Aug 19, 2024
1 parent 6638a74 commit 0c0c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/rand/randfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# include <sys/stat.h>
#endif

#include "internal/e_os.h"
#include "internal/cryptlib.h"

#include <errno.h>
Expand Down

0 comments on commit 0c0c695

Please sign in to comment.