aports/community/jfsutils/musl-fix-includes.patch
psykose 7f40183435 community/jfsutils: move from main
abandoned fs and no update to these utils in 12 years
2023-04-19 20:42:43 +02:00

19 lines
342 B
Diff

--- jfsutils-1.1.15.orig/libfs/fssubs.c
+++ jfsutils-1.1.15/libfs/fssubs.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <paths.h>
#if HAVE_MNTENT_H
#include <mntent.h>
@@ -31,7 +32,6 @@
#endif
#if HAVE_GETMNTINFO
-#include <paths.h>
#include <sys/param.h>
#include <sys/mount.h>
#endif