Private mempools: Add missing include for LWIP_MEM_ALIGN_SIZE in memp_priv.h

This commit is contained in:
Dirk Ziegelmeier 2016-02-02 22:28:21 +01:00
parent f411a34af5
commit 8f6cfa8769

View File

@ -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