diff --git a/src/include/lwip/memp.h b/src/include/lwip/memp.h index 405c1094..501f9a31 100644 --- a/src/include/lwip/memp.h +++ b/src/include/lwip/memp.h @@ -39,6 +39,10 @@ extern "C" { #endif +/* run once with empty definition to handle all custom includes in lwippools.h */ +#define LWIP_MEMPOOL(name,num,size,desc) +#include "lwip/memp_std.h" + /* Create the list of all memory pools managed by memp. MEMP_MAX represents a NULL pool at the end */ typedef enum { #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name,