소스 검색

[lwIP] fix compiling warning in NAT.

bernard 10 년 전
부모
커밋
1f2a6e3a89
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>