mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 04:43:32 +00:00
12 lines
270 B
Diff
12 lines
270 B
Diff
--- a/src/util/reallocarray.h
|
|
+++ b/src/util/reallocarray.h
|
|
@@ -24,7 +24,7 @@
|
|
#ifndef REALLOCARRAY_H
|
|
#define REALLOCARRAY_H
|
|
|
|
-#if !defined(HAVE_REALLOCARRAY)
|
|
+#if !defined(HAVE_REALLOCARRAY) || defined(__TERMUX__)
|
|
|
|
#include <stdlib.h> // size_t
|
|
#include <errno.h>
|