Include opt.h so that LWIP_ERROR works correctly

This commit is contained in:
goldsimon 2011-07-06 07:13:45 +00:00
parent a93d9c4310
commit 1f4b814d0b

View File

@ -33,6 +33,7 @@
#define __LWIP_DEBUG_H__ #define __LWIP_DEBUG_H__
#include "lwip/arch.h" #include "lwip/arch.h"
#include "lwip/opt.h"
/** lower two bits indicate debug level /** lower two bits indicate debug level
* - 0 all * - 0 all