mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Included opt.h before checking the options.
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user