mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
mesa: include c11/threads.h in mtypes.h
Let's directly include c11/threads.h instead of relying on glapi.h to provide it. Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
7286a68991
commit
028968a3ce
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <stdint.h> /* uint32_t */
|
||||
#include <stdbool.h>
|
||||
#include "c11/threads.h"
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "main/config.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue