Files
termux-packages/x11-packages/foot/xmalloc.c.patch
2025-03-17 19:35:01 +00:00

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)
{