summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Gosmann <thafiredragonofdeath@gmail.com>2024-02-14 11:35:47 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-16 16:34:52 +0100
commitdfb470974139eb94f288d116c04a1d9c5528582a (patch)
treeac42bd91ab6f9d9d9c0eadef5c0f46642bf2612c
parent0ceda002af81681e689fd48d0cec12fadf5e92f0 (diff)
Fixed Visual Studio 2008 compiler errors
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23586) (cherry picked from commit c3e8d67885c0c4295cfd1df35a41bf1f3fa9dc37)
-rw-r--r--crypto/property/property_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/property/property_parse.c b/crypto/property/property_parse.c
index f94d0d3d41..545cdf551c 100644
--- a/crypto/property/property_parse.c
+++ b/crypto/property/property_parse.c
@@ -14,6 +14,7 @@
#include <openssl/err.h>
#include "internal/propertyerr.h"
#include "internal/property.h"
+#include "internal/numbers.h"
#include "crypto/ctype.h"
#include "internal/nelem.h"
#include "property_local.h"