mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
ports/freertos: add missing include of tcpip.h
To fix build (lock_tcpip_core is not defined otherwise)
This commit is contained in:
parent
651d0af0b6
commit
f7ff2d416c
@ -36,6 +36,7 @@
|
||||
#include "lwip/sys.h"
|
||||
#include "lwip/mem.h"
|
||||
#include "lwip/stats.h"
|
||||
#include "lwip/tcpip.h"
|
||||
#include "FreeRTOS.h"
|
||||
#include "semphr.h"
|
||||
#include "task.h"
|
||||
|
Loading…
Reference in New Issue
Block a user