Included opt.h before checking the options.

This commit is contained in:
goldsimon 2007-05-10 11:00:16 +00:00
parent 84fc489e0c
commit d4834803ae

View File

@ -35,6 +35,8 @@
#ifndef IGMPH
#define IGMPH
#include "lwip/opt.h"
/* IGMP support available? */
#if defined(LWIP_IGMP) && (LWIP_IGMP > 0)