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