mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
15 lines
305 B
Diff
15 lines
305 B
Diff
--- a/support/export/export.c
|
|
+++ b/support/export/export.c
|
|
@@ -20,6 +20,11 @@
|
|
#include <stdlib.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|
|
+
|
|
+#ifdef __ANDROID__
|
|
+int versionsort(const struct dirent **, const struct dirent **);
|
|
+#endif
|
|
+
|
|
#include "xmalloc.h"
|
|
#include "nfslib.h"
|
|
#include "exportfs.h"
|