Przeglądaj źródła

[lwIP] fix compiling warning in NAT.

bernard 10 lat temu
rodzic
commit
1f2a6e3a89
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      components/net/lwip_nat/ipv4_nat.c

+ 1 - 0
components/net/lwip_nat/ipv4_nat.c

@@ -103,6 +103,7 @@
 #include "lwip/udp.h"
 #include "lwip/mem.h"
 #include "lwip/sys.h"
+#include "lwip/timers.h"
 #include "netif/etharp.h"
 
 #include <limits.h>