From: Matt Caswell Date: Wed, 15 Jun 2016 15:06:44 +0000 (+0100) Subject: OpenBSD has intypes.h X-Git-Tag: OpenSSL_1_1_0-pre6~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b44f2597e9ab5fc606426e463b491f857696253;p=openssl OpenBSD has intypes.h Update e_os2.h so that inttypes.h is included. RT4378 Reviewed-by: Richard Levitte --- diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index 198ebdfc88..99ea3477d7 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -245,7 +245,7 @@ typedef UINT64 uint64_t; # define PRIu64 "%Lu" # elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \ defined(__osf__) || defined(__sgi) || defined(__hpux) || \ - defined(OPENSSL_SYS_VMS) + defined(OPENSSL_SYS_VMS) || defined (__OpenBSD__) # include # elif defined(_MSC_VER) && _MSC_VER<=1500 /*