mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-11 08:54:38 +08:00
Included opt.h before checking the options.
This commit is contained in:
parent
84fc489e0c
commit
d4834803ae
@ -35,6 +35,8 @@
|
|||||||
#ifndef IGMPH
|
#ifndef IGMPH
|
||||||
#define IGMPH
|
#define IGMPH
|
||||||
|
|
||||||
|
#include "lwip/opt.h"
|
||||||
|
|
||||||
/* IGMP support available? */
|
/* IGMP support available? */
|
||||||
#if defined(LWIP_IGMP) && (LWIP_IGMP > 0)
|
#if defined(LWIP_IGMP) && (LWIP_IGMP > 0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user