diff options
Diffstat (limited to 'system/findutils/sysmacros.patch')
-rw-r--r-- | system/findutils/sysmacros.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/findutils/sysmacros.patch b/system/findutils/sysmacros.patch new file mode 100644 index 000000000..40fe2170f --- /dev/null +++ b/system/findutils/sysmacros.patch @@ -0,0 +1,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> |