termux-packages/packages/monetdb/clients-mapiclient-msqldump...

14 lines
249 B
Diff
Raw Normal View History

2022-01-10 18:32:25 +01:00
--- a/clients/mapiclient/msqldump.c
+++ b/clients/mapiclient/msqldump.c
@@ -20,6 +20,10 @@
#include <string.h>
#include <time.h>
+#ifdef __ANDROID__
+#include <getopt.h>
+#endif
+
#include "stream.h"
#include "msqldump.h"
#define LIBMUTILS 1