mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-06 00:13:37 +01:00
add -openrc subpackages for both the `bluez` mainpkg and the `bluez-deprecated` subpackage as rfcomm is part of the latter. Also make use of the default_zshcomp function add include to limits.h for PATH_MAX, fixes on musl
13 lines
284 B
Diff
13 lines
284 B
Diff
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>
|
|
|