mirror of
https://github.com/espressif/tlsf.git
synced 2026-06-05 21:14:50 +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
|
#pragma once
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user