From: Daniel Danzberger Date: Sun, 8 Dec 2019 16:14:18 +0000 (+0100) Subject: ustream-ssl: mbedtls: fix net_sockets.h include warning X-Git-Url: http://git.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=77de09f381188eba3ada542c18898e7bc59e3e43 ustream-ssl: mbedtls: fix net_sockets.h include warning mbedtls/net.h is deprecated in favor of mbedtls/net_sockets.h Signed-off-by: Daniel Danzberger --- diff --git a/ustream-mbedtls.h b/ustream-mbedtls.h index 70bd4ea..0e5988a 100644 --- a/ustream-mbedtls.h +++ b/ustream-mbedtls.h @@ -19,7 +19,7 @@ #ifndef __USTREAM_POLARSSL_H #define __USTREAM_POLARSSL_H -#include +#include #include #include #include