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"

View File

@ -63,6 +63,7 @@
#include "lwip/etharp.h"
#include "lwip/stats.h"
#include "lwip/sys.h"
#include "lwip/ip.h"
#if ENABLE_LOOPBACK
#if LWIP_NETIF_LOOPBACK_MULTITHREADING
#include "lwip/tcpip.h"