OVMS3-idf/components/lwip/include/lwip/port
Ivan Grokhotkov 552ba35da5 add missing ioctl declaration
Previously ioctl was declared as a macro in lwip/sockets.h.
Disabling LWIP_POSIX_SOCKETS_IO_NAMES removed that declaration.

This adds sys/ioctl.h file and the missing declaration.
Also adds missing includes in vfs.c.
2017-10-23 19:47:33 +08:00
..
arch lwip: Make LWIP_SOCKET_OFFSET signed, remove need for underflow check 2017-10-20 18:04:28 +08:00
arpa components/coap: Add libcoap port for ESP32 platform 2016-12-30 15:05:26 +08:00
netif give the AP and STA netifs different names for ease of debugging lwip 2017-04-11 20:40:36 +08:00
netinet components/coap: Add libcoap port for ESP32 platform 2016-12-30 15:05:26 +08:00
lwipopts.h add missing ioctl declaration 2017-10-23 19:47:33 +08:00