From 3183ccc0c8473c0ec987003b3c7a3aea0849eecc Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 4 Oct 2019 15:04:35 +0200 Subject: [PATCH] x509.h: include the correct header --- wolfssl/openssl/x509.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/openssl/x509.h b/wolfssl/openssl/x509.h index 4e247339f..72329d91f 100644 --- a/wolfssl/openssl/x509.h +++ b/wolfssl/openssl/x509.h @@ -1,6 +1,7 @@ /* x509.h for openssl */ #include +#include /* wolfSSL_X509_print_ex flags */ #define X509_FLAG_COMPAT (0UL)