Fixed #ifdef LWIP_DHCP to #if LWIP_DHCP.

This commit is contained in:
likewise 2004-04-16 22:36:48 +00:00
parent 9106a1f2d5
commit d91b54882a

View File

@ -79,7 +79,7 @@
#include "lwip/opt.h"
#include "lwip/dhcp.h"
#ifdef LWIP_DHCP /* don't build if not configured for use in lwipopt.h */
#if LWIP_DHCP /* don't build if not configured for use in lwipopt.h */
/** global transaction identifier, must be
* unique for each DHCP request. */