From: Michael Jeanson Date: Mon, 5 Dec 2016 20:39:26 +0000 (-0500) Subject: Fix: Add missing pthread.h include X-Git-Tag: v2.10.0-rc1~74 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=5f702b607116a8303cb09fb091d8b9740c06baca 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. */