[Mesa-dev] [PATCH 1/2] c11: fix include with mingw

Miklós Máté mtmkls at gmail.com
Sun Mar 19 12:28:22 UTC 2017


uintprt_t needs this

Signed-off-by: Miklós Máté <mtmkls at gmail.com>
---
 include/c11/threads_win32.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/c11/threads_win32.h b/include/c11/threads_win32.h
index d017c31c34..649baa1ee8 100644
--- a/include/c11/threads_win32.h
+++ b/include/c11/threads_win32.h
@@ -33,6 +33,7 @@
 #include <errno.h>
 #include <process.h>  // MSVCRT
 #include <stdlib.h>
+#include <stdint.h>
 
 /*
 Configuration macro:
-- 
2.11.0



More information about the mesa-dev mailing list