lwip Makefile: Add POSIX headers to include path to #include <sys/sockets.h>, etc, works.

This commit is contained in:
Angus Gratton 2016-09-01 08:28:03 +10:00 committed by Wu Jian Gang
parent 1900c50d3b
commit 09aa6ebc85

View file

@ -2,7 +2,7 @@
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port
COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port include/lwip/posix
COMPONENT_SRCDIRS := api apps/sntp apps core/ipv4 core/ipv6 core netif port/freertos port/netif port