util: #include "c99_compat.h" to fix Windows build
[mesa.git] / src / util / u_thread.h
index 7411140fcb0aa60880d8abfbd546c96b011a1a1f..8eab3a5b94a194e4816a92139fd01dfcab82bcba 100644 (file)
@@ -27,6 +27,8 @@
 #ifndef U_THREAD_H_
 #define U_THREAD_H_
 
+#include <stdint.h>
+
 #include "c11/threads.h"
 
 #ifdef HAVE_PTHREAD