mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
fix dependencies in lwip/prot/dhcp.h and lwip/prot/igmp.h
This commit is contained in:
parent
5bef7ea72f
commit
b5b31d86b2
@ -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" {
|
||||||
|
Loading…
Reference in New Issue
Block a user