From: Jérémie Galarneau Date: Thu, 2 Jun 2022 15:01:23 +0000 (-0400) Subject: common: macros: missing include of pthread.h X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=f1ca0880a86b9fc2af3d246adcacfaf4554b2ecb common: macros: missing include of pthread.h A number of macros in this file make use of pthread APIs. However, the header is not included. Signed-off-by: Jérémie Galarneau Change-Id: If13df2434bd08269984c9589ff60a2bae4484ab3 --- diff --git a/src/common/macros.hpp b/src/common/macros.hpp index 8875462ed..ecaaa4cda 100644 --- a/src/common/macros.hpp +++ b/src/common/macros.hpp @@ -15,6 +15,8 @@ #include #include +#include +#include #include /*