diff options
Diffstat (limited to 'tools/findutils')
-rw-r--r-- | tools/findutils/patches/100-include_sysmacros.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/findutils/patches/100-include_sysmacros.patch b/tools/findutils/patches/100-include_sysmacros.patch new file mode 100644 index 0000000000..82b1ee9a42 --- /dev/null +++ b/tools/findutils/patches/100-include_sysmacros.patch @@ -0,0 +1,13 @@ +--- a/gl/lib/mountlist.c ++++ b/gl/lib/mountlist.c +@@ -17,6 +17,10 @@ + + #include <config.h> + ++#ifdef MAJOR_IN_SYSMACROS ++# include <sys/sysmacros.h> ++#endif ++ + #include "mountlist.h" + + #include <limits.h> |