sysmacros.patch 276 B

12345678910111213141516
  1. https://bugs.gentoo.org/580056
  2. --- a/libfs/devices.c
  3. +++ b/libfs/devices.c
  4. @@ -30,6 +30,10 @@
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. +#if HAVE_SYS_SYSMACROS_H
  8. +#include <sys/sysmacros.h>
  9. +#endif
  10. +
  11. #ifdef HAVE_SYS_MOUNT_H
  12. #ifdef HAVE_SYS_PARAM_H
  13. #include <sys/param.h>