projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8eeb75
)
util/u_thread.h: Include stdint.h for int64_t definition.
author
Jose Fonseca
<jfonseca@vmware.com>
Mon, 13 Mar 2017 12:23:11 +0000
(12:23 +0000)
committer
Jose Fonseca
<jfonseca@vmware.com>
Mon, 13 Mar 2017 12:23:11 +0000
(12:23 +0000)
Fixes MinGW build. Trivial.
src/util/u_thread.h
patch
|
blob
|
history
diff --git
a/src/util/u_thread.h
b/src/util/u_thread.h
index
7411140
..
8eab3a5
100644
(file)
--- 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