1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 17:57:13 +00:00
termux-packages/packages/monetdb/clients-mapiclient-mclient.c.patch
2022-01-14 14:00:56 +02:00

14 lines
261 B
Diff

--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -29,6 +29,10 @@
#endif
#include <sys/stat.h>
+#ifdef __ANDROID__
+#include <getopt.h>
+#endif
+
#ifdef HAVE_LIBREADLINE
#include <readline/readline.h>
#include <readline/history.h>