summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2020-01-25 09:08:07 +0100
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-01-27 11:54:34 +0900
commit238481d3e07253748992c2cf28e3cfa0ae93cd7b (patch)
treec9fcc0a29b1e007b383a7ba6ff1963f36a027d87 /include
parent31e83e1c32c6e400af66394dce339b3c34599974 (diff)
downloadDLT-daemon-238481d3e07253748992c2cf28e3cfa0ae93cd7b.tar.gz
dlt_user.h: fix build when musl is the libc implementation, by adding a missing include for pthread_t reference:
see https://errors.yoctoproject.org/Errors/Details/308000/ for details Thanks Khem Raj <raj.khem@gmail.com> for the report Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index 69cb854..766d349 100644
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -74,6 +74,7 @@
\{
*/
# include <mqueue.h>
+# include <pthread.h>
# if !defined (__WIN32__)
# include <semaphore.h>