projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0dda6
)
util/simple_mtx: add a missing include to get ASSERTED
author
Marek Olšák
<marek.olsak@amd.com>
Sat, 30 Nov 2019 02:02:39 +0000
(21:02 -0500)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/src/util/simple_mtx.h
b/src/util/simple_mtx.h
index b23c8d2133dd5e446dbaaac813141cf411416ea4..4fc8a0d4df49edb659dc7ae3457a351f61cd6ef8 100644
(file)
--- 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"