Browse Source

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

STABLE-2_1_x
Dirk Ziegelmeier 10 years ago
parent
commit
8f6cfa8769
  1. 2
      src/include/lwip/priv/memp_priv.h

2
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

Loading…
Cancel
Save