mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-23 01:07:10 +00: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
|