OVMS3-idf/components/lwip/port/esp32/include
Francesco Giancane e48fe540be include/sys/socket.h: ensure SOMAXCONN symbol is defined
SOMAXCONN is expected to be defined in this header, but for the esp32
port is found in net/if.h from newlib.

Avoid the issue by including the net/if.h header in sys/socket.h so that
compatibility is preserved.

Signed-off-by: Francesco Giancane <francesco.giancane@accenture.com>

Merges https://github.com/espressif/esp-idf/pull/4637
2020-01-21 10:11:33 +11:00
..
arch lwip: cleanup lwip port layer 2019-10-29 13:11:14 +08:00
arpa Removed relative path for lwip/arpa/inet.h 2019-12-09 13:33:44 +05:30
debug Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00
netif pppos_client: udated example code to use esp-netif in PPP configuration 2019-12-16 17:34:10 +00:00
netinet include/netinet/tcp.h: wrap lwip/tcp.h header for compatibility 2020-01-21 10:11:29 +11:00
sys include/sys/socket.h: ensure SOMAXCONN symbol is defined 2020-01-21 10:11:33 +11:00
lwipopts.h feature for add tcp sack 2020-01-09 13:58:08 +08:00
netdb.h Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00