From f1ca0880a86b9fc2af3d246adcacfaf4554b2ecb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 2 Jun 2022 11:01:23 -0400 Subject: [PATCH] common: macros: missing include of pthread.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/common/macros.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 /* -- 2.34.1