mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
util/simple_mtx: add a missing include to get ASSERTED
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2929>
This commit is contained in:
parent
6a0dda63dd
commit
f36f85d958
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#define _SIMPLE_MTX_H
|
||||
|
||||
#include "util/futex.h"
|
||||
#include "util/macros.h"
|
||||
|
||||
#include "c11/threads.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue