dropbear: update to 2018.76 (#2356)
[termux-packages] / packages / findutils / gl-lib-mountlist.c.patch
CommitLineData
853a5e62
FF
1diff -u -r ../findutils-4.6.0/gl/lib/mountlist.c ./gl/lib/mountlist.c
2--- ../findutils-4.6.0/gl/lib/mountlist.c 2015-12-24 17:41:44.000000000 +0100
3+++ ./gl/lib/mountlist.c 2017-06-26 14:11:45.311482879 +0200
4@@ -33,6 +33,10 @@
5
6 #include <unistd.h>
7
8+#ifdef __ANDROID__
9+# include <sys/sysmacros.h> /* makedev() macro */
10+#endif
11+
12 #if HAVE_SYS_PARAM_H
13 # include <sys/param.h>
14 #endif