--- 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 // size_t #include