ports/freertos: add missing include of tcpip.h

To fix build (lock_tcpip_core is not defined otherwise)
This commit is contained in:
Jacob Berg Potter 2020-12-19 18:20:49 +01:00 committed by Erik Ekman
parent 651d0af0b6
commit f7ff2d416c

View File

@ -36,6 +36,7 @@
#include "lwip/sys.h" #include "lwip/sys.h"
#include "lwip/mem.h" #include "lwip/mem.h"
#include "lwip/stats.h" #include "lwip/stats.h"
#include "lwip/tcpip.h"
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "semphr.h" #include "semphr.h"
#include "task.h" #include "task.h"