mirror of
https://github.com/espressif/tlsf.git
synced 2026-05-12 20:35:45 +00:00
fix(tlsf): include assert.h header to fix implicit assert() call
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