浏览代码

[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>