mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-14 11:56:32 +03:00
add TLS support for all boards
This commit is contained in:
10
lib_standalone/lwip/sockets.h
Normal file
10
lib_standalone/lwip/sockets.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// standalone stub for <lwip/sockets.h>
|
||||
// pulls in POSIX equivalents on the host build for things like IPPROTO_TCP / TCP_NODELAY.
|
||||
|
||||
#ifndef LWIP_SOCKETS_STUB_H_
|
||||
#define LWIP_SOCKETS_STUB_H_
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
|
||||
#endif // LWIP_SOCKETS_STUB_H_
|
||||
Reference in New Issue
Block a user