summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/ir_to_mesa.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-12 19:54:36 -0400
committerMarek Olšák <[email protected]>2018-04-12 19:55:01 -0400
commit6d6b1b3890a24048a702c3a032ccfa29644bd580 (patch)
treee3e82f0d3f15239136d16fcd3292dae016a6b606 /src/mesa/program/ir_to_mesa.h
parent43d66c8c2d4d3d4dee1309856b6ce6c5393682e5 (diff)
Fix scons build
Diffstat (limited to 'src/mesa/program/ir_to_mesa.h')
-rw-r--r--src/mesa/program/ir_to_mesa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/ir_to_mesa.h b/src/mesa/program/ir_to_mesa.h
index 7a4911cd74a..f5665e6316e 100644
--- a/src/mesa/program/ir_to_mesa.h
+++ b/src/mesa/program/ir_to_mesa.h
@@ -31,6 +31,7 @@ extern "C" {
#endif
struct gl_context;
+struct gl_program;
struct gl_shader;
struct gl_shader_program;
struct gl_linked_shader;