mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
19 lines
342 B
Diff
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
|