forked from Imagelibrary/lwip
fix dependencies in lwip/prot/dhcp.h and lwip/prot/igmp.h
This commit is contained in:
@@ -39,6 +39,8 @@
|
|||||||
#define LWIP_HDR_PROT_DHCP_H
|
#define LWIP_HDR_PROT_DHCP_H
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
|
#include "lwip/arch.h"
|
||||||
|
#include "lwip/prot/ip4.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
#define LWIP_HDR_PROT_IGMP_H
|
#define LWIP_HDR_PROT_IGMP_H
|
||||||
|
|
||||||
#include "lwip/arch.h"
|
#include "lwip/arch.h"
|
||||||
#include "lwip/ip4_addr.h"
|
#include "lwip/prot/ip4.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user