0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 20:55:34 +00:00
Files
termux-packages/x11-packages/foot/xmalloc.c.patch
2025-03-18 00:53:07 +05:30

12 lines
165 B
Diff

--- a/xmalloc.c
+++ b/xmalloc.c
@@ -4,6 +4,8 @@
#include "xmalloc.h"
#include "debug.h"
+#include "reallocarray.c"
+
static void *
check_alloc(void *alloc)
{