Browse Source

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)
Marcel Gosmann 2 months ago
parent
commit
c3e8d67885
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crypto/property/property_parse.c

+ 1 - 0
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"