mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
9bdfa7f1c2
Also bump version from 2.6.3 to 2.6.4.
14 lines
301 B
Diff
14 lines
301 B
Diff
--- a/support/reexport/backend_sqlite.c
|
|
+++ b/support/reexport/backend_sqlite.c
|
|
@@ -10,6 +10,10 @@
|
|
#include <sys/random.h>
|
|
#include <unistd.h>
|
|
|
|
+#if defined __ANDROID__ && __ANDROID_API__ < 28
|
|
+#include <syscall.h>
|
|
+#endif
|
|
+
|
|
#include "conffile.h"
|
|
#include "reexport_backend.h"
|
|
#include "xlog.h"
|