You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
306 B
Diff
12 lines
306 B
Diff
--- a/lib/obstack.c
|
|
+++ b/lib/obstack.c
|
|
@@ -93,7 +93,7 @@
|
|
#endif
|
|
|
|
/* Exit value used when `print_and_abort' is used. */
|
|
-#if defined __GNU_LIBRARY__ || defined HAVE_STDLIB_H
|
|
+#if defined __GNU_LIBRARY__ || defined __ANDROID__ || defined HAVE_STDLIB_H
|
|
#include <stdlib.h>
|
|
#endif
|
|
#ifndef EXIT_FAILURE
|