summaryrefslogtreecommitdiff
path: root/repo/bluez/fix-musl.patch
blob: 436fc5d2bf0f355e0b210c113c8d34f8c37c7622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tools/mesh-cfgtest.c b/tools/mesh-cfgtest.c
index fa0474f..9b68314 100644
--- a/tools/mesh-cfgtest.c
+++ b/tools/mesh-cfgtest.c
@@ -26,6 +26,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <limits.h> /* PATH_MAX */
 
 #include <ell/ell.h>