Mesa (master): util/u_thread.h: Include stdint.h for int64_t definition.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Mar 13 12:26:54 UTC 2017


Module: Mesa
Branch: master
Commit: b822d9c2b72f721577d3c7adcfdc2abc9eb42d3f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b822d9c2b72f721577d3c7adcfdc2abc9eb42d3f

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Mon Mar 13 12:23:11 2017 +0000

util/u_thread.h: Include stdint.h for int64_t definition.

Fixes MinGW build.  Trivial.

---

 src/util/u_thread.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/util/u_thread.h b/src/util/u_thread.h
index 7411140..8eab3a5 100644
--- a/src/util/u_thread.h
+++ b/src/util/u_thread.h
@@ -27,6 +27,8 @@
 #ifndef U_THREAD_H_
 #define U_THREAD_H_
 
+#include <stdint.h>
+
 #include "c11/threads.h"
 
 #ifdef HAVE_PTHREAD




More information about the mesa-commit mailing list