提交 6b44f259 编写于 作者: M Matt Caswell

OpenBSD has intypes.h

Update e_os2.h so that inttypes.h is included.

RT4378
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 d012c1a1
...@@ -245,7 +245,7 @@ typedef UINT64 uint64_t; ...@@ -245,7 +245,7 @@ typedef UINT64 uint64_t;
# define PRIu64 "%Lu" # define PRIu64 "%Lu"
# elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \ # elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
defined(__osf__) || defined(__sgi) || defined(__hpux) || \ defined(__osf__) || defined(__sgi) || defined(__hpux) || \
defined(OPENSSL_SYS_VMS) defined(OPENSSL_SYS_VMS) || defined (__OpenBSD__)
# include <inttypes.h> # include <inttypes.h>
# elif defined(_MSC_VER) && _MSC_VER<=1500 # elif defined(_MSC_VER) && _MSC_VER<=1500
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册