From: Michael Jeanson Date: Mon, 5 Dec 2016 20:39:26 +0000 (-0500) Subject: Fix: Add missing pthread.h include X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=757eebfd3901aca40fd2a30a0bf304ca7ad68731;p=deliverable%2Flttng-tools.git Fix: Add missing pthread.h include Some libc like musl and uClibc requires explicit includes of pthread.h Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/defaults.h b/src/common/defaults.h index 27f1ddc82..37d222a78 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -20,6 +20,7 @@ #ifndef _DEFAULTS_H #define _DEFAULTS_H +#include #include /* Default unix group name for tracing. */