浏览代码

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"