Fix error while removing memory.h usage
This commit is contained in:
parent
1e77a96683
commit
0ac1d2d5ca
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
#define polarssl_free free
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
|
||||
#include "polarssl/memory_buffer_alloc.h"
|
||||
#endif
|
||||
|
||||
static int test_errors = 0;
|
||||
|
||||
SUITE_PRE_DEP
|
||||
|
|
Loading…
Reference in a new issue