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:
Brian Paul 2015-03-04 19:17:56 -07:00
parent 7286a68991
commit 028968a3ce
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <stdint.h> /* uint32_t */
#include <stdbool.h>
#include "c11/threads.h"
#include "main/glheader.h"
#include "main/config.h"