Skip to content

Commit

Permalink
Fix build on NonStop
Browse files Browse the repository at this point in the history
Fixes #19810

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #19811)
  • Loading branch information
t8m committed Dec 5, 2022
1 parent 269ad8d commit d861bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/speed.c
Expand Up @@ -63,8 +63,8 @@ VirtualLock(
);
#endif

# if defined(OPENSSL_SYS_UNIX)
# include <sys/mman.h>
#if defined(OPENSSL_SYS_LINUX)
# include <sys/mman.h>
#endif

#include <openssl/bn.h>
Expand Down

0 comments on commit d861bc0

Please sign in to comment.