ustream-ssl: mbedtls: fix net_sockets.h include warning
[project/ustream-ssl.git] / ustream-mbedtls.h
index 70bd4ea6fb95bd97f060e7928bf2bcbcd76d007c..0e5988a57275b2fbc819eb686b631aa66c1fd097 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __USTREAM_POLARSSL_H
 #define __USTREAM_POLARSSL_H
 
-#include <mbedtls/net.h>
+#include <mbedtls/net_sockets.h>
 #include <mbedtls/ssl.h>
 #include <mbedtls/certs.h>
 #include <mbedtls/x509.h>