From 8f6cfa8769be5ae3580c54d8723e9ab7aa1351d3 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 2 Feb 2016 22:28:21 +0100 Subject: [PATCH] Private mempools: Add missing include for LWIP_MEM_ALIGN_SIZE in memp_priv.h --- src/include/lwip/priv/memp_priv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/lwip/priv/memp_priv.h b/src/include/lwip/priv/memp_priv.h index dea92370..34edb9d9 100644 --- a/src/include/lwip/priv/memp_priv.h +++ b/src/include/lwip/priv/memp_priv.h @@ -38,6 +38,8 @@ #ifdef __cplusplus extern "C" { #endif + +#include "lwip/mem.h" #if MEMP_OVERFLOW_CHECK /* if MEMP_OVERFLOW_CHECK is turned on, we reserve some bytes at the beginning