Module: Mesa Branch: master Commit: f36f85d958e876b59057f65d092f5e6c3f0d83ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f36f85d958e876b59057f65d092f5e6c3f0d83ee
Author: Marek Olšák <[email protected]> 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 <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
