fixed bug #38526 Coverity: Recursive Header Inclusion in ip6.h

This commit is contained in:
Simon Goldschmidt
2013-04-24 21:58:57 +02:00
parent 9809f1ff66
commit 8609d1e790
6 changed files with 8 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
#include "lwip/ip.h"
//#include "lwip/ip.h"
#include "lwip/ip6_addr.h"
#include "lwip/def.h"
#include "lwip/pbuf.h"