From: Daniel Stenberg Date: Thu, 7 Apr 2016 13:11:05 +0000 (+0200) Subject: mbedtls.h: fix compiler warnings X-Git-Tag: curl-7_49_0~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdae85f68b089d74941499a0da83324888bb8d1b;p=curl mbedtls.h: fix compiler warnings --- diff --git a/lib/vtls/mbedtls.h b/lib/vtls/mbedtls.h index fcf483ff3..39ecf0aea 100644 --- a/lib/vtls/mbedtls.h +++ b/lib/vtls/mbedtls.h @@ -26,6 +26,8 @@ #ifdef USE_MBEDTLS +#include + /* Called on first use mbedTLS, setup threading if supported */ int mbedtls_init(void); void mbedtls_cleanup(void);