summaryrefslogblamecommitdiff
path: root/system/findutils/sysmacros.patch
blob: 40fe2170f81c24d58c377c8ee47aa26e48e1c034 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                      
--- findutils-4.6.0/gl/lib/mountlist.c
+++ findutils-4.6.0/gl/lib/mountlist.c
@@ -32,6 +32,7 @@
 #include <fcntl.h>
 
 #include <unistd.h>
+#include <sys/sysmacros.h>
 
 #if HAVE_SYS_PARAM_H
 # include <sys/param.h>