mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 20:50:47 +00:00
11 lines
193 B
Diff
11 lines
193 B
Diff
--- a/src/sd/malloc.h
|
|
+++ b/src/sd/malloc.h
|
|
@@ -8,6 +8,7 @@
|
|
#ifndef __sd_malloc_h
|
|
#define __sd_malloc_h
|
|
|
|
+#include <stdint.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <sd/defs.h>
|