mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +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
@ -38,6 +38,8 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user