]> granicus.if.org Git - curl/commitdiff
mbedtls.h: fix compiler warnings
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Apr 2016 13:11:05 +0000 (15:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Apr 2016 13:11:05 +0000 (15:11 +0200)
lib/vtls/mbedtls.h

index fcf483ff31d8a770f6800eda7ef0851c36b5a6f2..39ecf0aeaacbe0a3134b11b7beb6bd8fc1c7e1a7 100644 (file)
@@ -26,6 +26,8 @@
 
 #ifdef USE_MBEDTLS
 
+#include <mbedtls/sha256.h>
+
 /* Called on first use mbedTLS, setup threading if supported */
 int  mbedtls_init(void);
 void mbedtls_cleanup(void);