11 lines
242 B
Diff
11 lines
242 B
Diff
--- a/include/tvision/compat/malloc/malloc.h
|
|
+++ b/include/tvision/compat/malloc/malloc.h
|
|
@@ -2,6 +2,7 @@
|
|
#define TVISION_COMPAT_MALLOC_H
|
|
|
|
#include <stdlib.h>
|
|
+#include_next <malloc.h>
|
|
|
|
#if __has_include(<alloca.h>)
|
|
#include <alloca.h>
|