Browse Source

ports/freertos: add missing include of tcpip.h

To fix build (lock_tcpip_core is not defined otherwise)
Jacob Berg Potter 5 years ago
parent
commit
f7ff2d416c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contrib/ports/freertos/sys_arch.c

+ 1 - 0
contrib/ports/freertos/sys_arch.c

@@ -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"