util/simple_mtx: add a missing include to get ASSERTED
authorMarek Olšák <marek.olsak@amd.com>
Sat, 30 Nov 2019 02:02:39 +0000 (21:02 -0500)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 25 Jan 2020 01:29:29 +0000 (20:29 -0500)
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2929>

src/util/simple_mtx.h

index b23c8d2133dd5e446dbaaac813141cf411416ea4..4fc8a0d4df49edb659dc7ae3457a351f61cd6ef8 100644 (file)
@@ -25,6 +25,7 @@
 #define _SIMPLE_MTX_H
 
 #include "util/futex.h"
+#include "util/macros.h"
 
 #include "c11/threads.h"