linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Nosthoff <bluez@heine.tech>
To: linux-bluetooth@vger.kernel.org
Cc: Michael Nosthoff <bluez@heine.tech>
Subject: [PATCH BlueZ] tools/mesh-cfgtest: include limits.h
Date: Thu, 22 Jul 2021 22:49:24 +0200	[thread overview]
Message-ID: <20210722204923.29735-1-bluez@heine.tech> (raw)

mesh-cfgtest.c uses MAX_PATH so it should include limits.h.

fixes compilation error with musl-based toolchains.
---
 tools/mesh-cfgtest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/mesh-cfgtest.c b/tools/mesh-cfgtest.c
index fa0474faa..116ab7f16 100644
--- a/tools/mesh-cfgtest.c
+++ b/tools/mesh-cfgtest.c
@@ -21,6 +21,7 @@
 #include <ftw.h>
 #include <getopt.h>
 #include <libgen.h>
+#include <limits.h>
 #include <signal.h>
 #include <stdio.h>
 #include <time.h>
-- 
2.32.0


             reply	other threads:[~2021-07-22 21:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22 20:49 Michael Nosthoff [this message]
2021-07-22 21:38 ` [BlueZ] tools/mesh-cfgtest: include limits.h bluez.test.bot
2022-02-15 22:50 [PATCH BlueZ] " Fabrice Fontaine
2022-02-16 11:57 ` Michael Nosthoff
2022-02-16 12:35   ` Fabrice Fontaine
2022-02-16 18:34   ` Gix, Brian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210722204923.29735-1-bluez@heine.tech \
    --to=bluez@heine.tech \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).