Fix compile when TCP, UDP and RAW are disabled

This commit is contained in:
Dirk Ziegelmeier
2016-09-07 08:11:30 +02:00
parent aeae4e91db
commit d66442ba91
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
#include "lwip/def.h"
#include "lwip/mem.h"
#include "lwip/netif.h"
#include "lwip/ip.h"
#include "lwip/ip6.h"
#include "lwip/ip6_addr.h"
#include "lwip/ip6_frag.h"