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:35:11 +0100
commit70d9a358b9f736e10f7a8fda50953ad58b13a19e (patch)
tree9eec87b38071bd201c7aafccf27a55fc1d7acdcf
parent3baa3531be6374428ba0e6e650f9dc2c2b4827a6 (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 19ea39a786..397510823e 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"