From e8b80b8ae93b7b622cc2f566fea4e223572baf21 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 6 Jul 2011 07:13:45 +0000 Subject: [PATCH] Include opt.h so that LWIP_ERROR works correctly --- src/include/lwip/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h index d8359ea3..0fe04139 100644 --- a/src/include/lwip/debug.h +++ b/src/include/lwip/debug.h @@ -33,6 +33,7 @@ #define __LWIP_DEBUG_H__ #include "lwip/arch.h" +#include "lwip/opt.h" /** lower two bits indicate debug level * - 0 all