musl-fix-includes.patch 342 B

12345678910111213141516171819
  1. --- jfsutils-1.1.15.orig/libfs/fssubs.c
  2. +++ jfsutils-1.1.15/libfs/fssubs.c
  3. @@ -24,6 +24,7 @@
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7. +#include <paths.h>
  8. #if HAVE_MNTENT_H
  9. #include <mntent.h>
  10. @@ -31,7 +32,6 @@
  11. #endif
  12. #if HAVE_GETMNTINFO
  13. -#include <paths.h>
  14. #include <sys/param.h>
  15. #include <sys/mount.h>
  16. #endif