mesa: include c11/threads.h in mtypes.h
authorBrian Paul <brianp@vmware.com>
Thu, 5 Mar 2015 02:17:56 +0000 (19:17 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 5 Mar 2015 13:59:42 +0000 (06:59 -0700)
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>
src/mesa/main/mtypes.h

index 6e997730999778188ede32cef1df5b9bfde9847c..efeee8bff675ec3d6827d3bc737064810421069d 100644 (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"