mirror of
https://github.com/espressif/tlsf.git
synced 2026-02-04 04:31:38 +00:00
Merge branch 'fix/implicit_assert_call' into 'idf'
fix(tlsf): include assert.h header to fix implicit assert() call See merge request espressif/tlsf!17
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user