stages: 2/01-busybox: update .config
[dragora.git] / patches / jfsutils / musl-fix-includes.patch
blob33ba55d795907022dac04d6acedcbfef55a06ffb
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>
9 #if HAVE_MNTENT_H
10 #include <mntent.h>
11 @@ -31,7 +32,6 @@
12 #endif
14 #if HAVE_GETMNTINFO
15 -#include <paths.h>
16 #include <sys/param.h>
17 #include <sys/mount.h>
18 #endif