diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-11-02 04:53:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-11-02 04:53:47 +0000 |
commit | b44518130b33cadb5c1d619e9e936ae0e0dbf7cb (patch) | |
tree | 6069eb03c39fbc79808a7d94f857118cce75cbe3 /lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c | |
parent | 32aeb3c41fedbbd7b11aacfec48e8f699d16bff0 (diff) |
Merge Mesa 23.1.9
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c b/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c index 5cc63b93d..397e42eed 100644 --- a/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c +++ b/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c @@ -35,7 +35,7 @@ #include "pipe/p_defines.h" #include "util/u_debug.h" -#include "os/os_thread.h" +#include "util/u_thread.h" #include "util/u_memory.h" #include "util/list.h" #include "util/u_mm.h" |