mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
14 lines
259 B
Diff
14 lines
259 B
Diff
--- a/support/nfs/conffile.c
|
|
+++ b/support/nfs/conffile.c
|
|
@@ -54,6 +54,10 @@
|
|
#include <time.h>
|
|
#include <dirent.h>
|
|
|
|
+#ifdef __ANDROID__
|
|
+int versionsort(const struct dirent **, const struct dirent **);
|
|
+#endif
|
|
+
|
|
#include "conffile.h"
|
|
#include "xlog.h"
|
|
|