소스 검색

wifi: add missing include for idf 5.0

Helmut Pozimski 1 년 전
부모
커밋
8517593f21
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main/wifi.c

+ 1 - 0
main/wifi.c

@@ -13,6 +13,7 @@
 #include <freertos/FreeRTOS.h>
 #include <freertos/task.h>
 #include <freertos/event_groups.h>
+#include <lwip/ip_addr.h>
 
 #include "configuration.h"