From ba9f9fbde34a3f5841eab4b94ed1d618fb4988a2 Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Wed, 19 Mar 2025 11:37:22 +0100 Subject: [PATCH] tools/btpclient: include before It seems that there's no guarantee that 'struct timespec' will be available via , so include directly [1] [1] https://libc-alpha.sourceware.narkive.com/yb0aXzSp/defining-timespec-in-time-h-or-sys-time-h#post3 --- tools/btpclient.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/btpclient.c b/tools/btpclient.c index bdfff5df8..055270edb 100644 --- a/tools/btpclient.c +++ b/tools/btpclient.c @@ -17,6 +17,7 @@ #include #include #include +#include #include -- 2.47.3