OSDN Git Service

mesa: fix compile failure
authorMark Janes <mark.a.janes@intel.com>
Tue, 13 Feb 2018 07:19:35 +0000 (23:19 -0800)
committerMark 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

index 6cb3531..f28d2bb 100644 (file)
@@ -27,6 +27,7 @@
 
 
 #include "main/glheader.h"
+#include "compiler/shader_enums.h"
 
 
 #ifdef __cplusplus