0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-02 15:45:56 +00:00
2023-04-12 18:33:13 +09:00

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>