From: Marcel Gosmann Date: Wed, 14 Feb 2024 10:35:47 +0000 (+0100) Subject: Fixed Visual Studio 2008 compiler errors X-Git-Tag: openssl-3.0.14~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d9a358b9f736e10f7a8fda50953ad58b13a19e;p=thirdparty%2Fopenssl.git Fixed Visual Studio 2008 compiler errors CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23586) (cherry picked from commit c3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37) --- diff --git a/crypto/property/property_parse.c b/crypto/property/property_parse.c index 19ea39a786e..397510823e6 100644 --- a/crypto/property/property_parse.c +++ b/crypto/property/property_parse.c @@ -14,6 +14,7 @@ #include #include "internal/propertyerr.h" #include "internal/property.h" +#include "internal/numbers.h" #include "crypto/ctype.h" #include "internal/nelem.h" #include "property_local.h"