Mesa (master): util/simple_mtx: add a missing include to get ASSERTED

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 25 01:47:56 UTC 2020


Module: Mesa
Branch: master
Commit: f36f85d958e876b59057f65d092f5e6c3f0d83ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f36f85d958e876b59057f65d092f5e6c3f0d83ee

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Fri Nov 29 21:02:39 2019 -0500

util/simple_mtx: add a missing include to get ASSERTED

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2929>

---

 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"
 



More information about the mesa-commit mailing list