mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 20:55:34 +00:00
12 lines
165 B
Diff
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)
|
|
{
|