Files
termux-packages/packages/liblog4c/src-sd-malloc.h.patch
termux-pacman-bot 836737f768 liblog4c: Fix implicit declaration of function
declared in system `<malloc.h>`.

%ci:no-build
2023-04-11 03:31:09 +00:00

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>