mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-02 15:45:56 +00:00
14 lines
221 B
Diff
14 lines
221 B
Diff
--- a/lib/argv.c
|
|
+++ b/lib/argv.c
|
|
@@ -52,6 +52,10 @@
|
|
|
|
/* Routines imported from standard C runtime libraries. */
|
|
|
|
+#ifdef __ANDROID__
|
|
+# define ANSI_PROTOTYPES
|
|
+#endif
|
|
+
|
|
#ifdef ANSI_PROTOTYPES
|
|
|
|
#include <stddef.h>
|