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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdae85f68b089d74941499a0da83324888bb8d1b;p=thirdparty%2Fcurl.git mbedtls.h: fix compiler warnings --- diff --git a/lib/vtls/mbedtls.h b/lib/vtls/mbedtls.h index fcf483ff31..39ecf0aeaa 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);