Эх сурвалжийг харах

wifi: add missing include for idf 5.0

Helmut Pozimski 1 жил өмнө
parent
commit
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"