projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74cf5f
)
mesa: include stdbool.h in register_allocate.h to fix build
author
Brian Paul
<brianp@vmware.com>
Tue, 18 Mar 2014 17:55:50 +0000
(11:55 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 18 Mar 2014 19:28:17 +0000
(13:28 -0600)
https://bugs.freedesktop.org/show_bug.cgi?id=76331
src/mesa/program/register_allocate.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/register_allocate.h
b/src/mesa/program/register_allocate.h
index 1dd28bee3af574126c7f653523d0705cfa49f7cf..337dcf7099bf5d5037b47bdc46230b5d5937099b 100644
(file)
--- a/
src/mesa/program/register_allocate.h
+++ b/
src/mesa/program/register_allocate.h
@@
-25,6
+25,8
@@
*
*/
+#include <stdbool.h>
+
struct ra_class;
struct ra_regs;