aboutsummaryrefslogtreecommitdiffstats
path: root/main/btrfs-progs/fix-ppc64le.patch
blob: 8a8dbc1263b4011f3ba29e85a149272f6898e135 (plain)
1
2
3
4
5
6
7
8
9
10
11
Fix error: 'NAME_MAX' undeclared (first use in this function)
--- a/cmds/filesystem-usage.c
+++ b/cmds/filesystem-usage.c
@@ -24,6 +24,7 @@
 #include <stdarg.h>
 #include <getopt.h>
 #include <fcntl.h>
+#include <limits.h>

 #include "common/utils.h"
 #include "kerncompat.h"