1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 18:11:01 +00:00
termux-packages/packages/libtvision/include-tvision-compat-malloc-malloc.h.patch
2022-02-06 09:07:19 +09:00

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>