1
0

100-include_sysmacros.patch 207 B

12345678910111213
  1. --- a/gl/lib/mountlist.c
  2. +++ b/gl/lib/mountlist.c
  3. @@ -17,6 +17,10 @@
  4. #include <config.h>
  5. +#ifdef MAJOR_IN_SYSMACROS
  6. +# include <sys/sysmacros.h>
  7. +#endif
  8. +
  9. #include "mountlist.h"
  10. #include <limits.h>