Mesa (master): mesa: fix compile failure

Mark Janes majanes at kemper.freedesktop.org
Tue Feb 13 08:22:44 UTC 2018


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

Author: Mark Janes <mark.a.janes at intel.com>
Date:   Mon Feb 12 23:19:35 2018 -0800

mesa: fix compile failure

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h
index 6cb3531233..f28d2bb4a3 100644
--- 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




More information about the mesa-commit mailing list