You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
219 B
Diff
12 lines
219 B
Diff
--- a/src/sd/malloc.h
|
|
+++ b/src/sd/malloc.h
|
|
@@ -8,6 +8,8 @@
|
|
#ifndef __sd_malloc_h
|
|
#define __sd_malloc_h
|
|
|
|
+#include_next <malloc.h>
|
|
+#include <stdint.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <sd/defs.h>
|