fix dependencies in lwip/prot/dhcp.h and lwip/prot/igmp.h

This commit is contained in:
Simon Goldschmidt 2018-07-23 17:33:28 +02:00
parent 5bef7ea72f
commit b5b31d86b2
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@
#define LWIP_HDR_PROT_DHCP_H
#include "lwip/opt.h"
#include "lwip/arch.h"
#include "lwip/prot/ip4.h"
#ifdef __cplusplus
extern "C" {

View File

@ -38,7 +38,7 @@
#define LWIP_HDR_PROT_IGMP_H
#include "lwip/arch.h"
#include "lwip/ip4_addr.h"
#include "lwip/prot/ip4.h"
#ifdef __cplusplus
extern "C" {