util/ra: Use util_dynarray for handling the conflict lists.
[mesa.git] / 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"