mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-29 03:14:04 +00:00
Private mempools: Add missing include for LWIP_MEM_ALIGN_SIZE in memp_priv.h
This commit is contained in:
parent
f411a34af5
commit
8f6cfa8769
@ -39,6 +39,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "lwip/mem.h"
|
||||||
|
|
||||||
#if MEMP_OVERFLOW_CHECK
|
#if MEMP_OVERFLOW_CHECK
|
||||||
/* if MEMP_OVERFLOW_CHECK is turned on, we reserve some bytes at the beginning
|
/* if MEMP_OVERFLOW_CHECK is turned on, we reserve some bytes at the beginning
|
||||||
* and at the end of each element, initialize them as 0xcd and check
|
* and at the end of each element, initialize them as 0xcd and check
|
||||||
|
Loading…
Reference in New Issue
Block a user