Преглед изворни кода

ports/freertos: add missing include of tcpip.h

To fix build (lock_tcpip_core is not defined otherwise)
Jacob Berg Potter пре 5 година
родитељ
комит
f7ff2d416c
1 измењених фајлова са 1 додато и 0 уклоњено
  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"