OVMS3-idf/components/lwip/port/esp32
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
..
debug lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
freertos components/esp_common: added esp_macros.h that aims to hold useful macros 2020-01-03 14:42:49 -03:00
include include/sys/socket.h: ensure SOMAXCONN symbol is defined 2020-01-21 10:11:33 +11:00
netif components/esp_common: added esp_macros.h that aims to hold useful macros 2020-01-03 14:42:49 -03:00
vfs_lwip.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00