From f36f85d958e876b59057f65d092f5e6c3f0d83ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 29 Nov 2019 21:02:39 -0500 Subject: [PATCH] util/simple_mtx: add a missing include to get ASSERTED Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/util/simple_mtx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/simple_mtx.h b/src/util/simple_mtx.h index b23c8d2133d..4fc8a0d4df4 100644 --- a/src/util/simple_mtx.h +++ b/src/util/simple_mtx.h @@ -25,6 +25,7 @@ #define _SIMPLE_MTX_H #include "util/futex.h" +#include "util/macros.h" #include "c11/threads.h" -- 2.30.2