projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9de7aa
)
mesa: fix compile failure
author
Mark Janes
<mark.a.janes@intel.com>
Tue, 13 Feb 2018 07:19:35 +0000
(23:19 -0800)
committer
Mark Janes
<mark.a.janes@intel.com>
Tue, 13 Feb 2018 08:22:05 +0000
(
00:22
-0800)
Missing header triggered a failure in i965 CI buildtest project.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105067
Fixes: e149a0253c12d103805230bc7bc0a36887c3b8df
src/mesa/program/prog_statevars.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_statevars.h
b/src/mesa/program/prog_statevars.h
index 6cb3531233c4434ba188ac552a038b2475e4a2d2..f28d2bb4a372fa2e4244dba36ceb2b09847bb61e 100644
(file)
--- a/
src/mesa/program/prog_statevars.h
+++ b/
src/mesa/program/prog_statevars.h
@@
-27,6
+27,7
@@
#include "main/glheader.h"
+#include "compiler/shader_enums.h"
#ifdef __cplusplus