mesa: also pass the GPU program to _mesa_append_uniforms_to_file()
We want the post-link program at this points.
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index 460426f..fc286de 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -87,7 +87,8 @@
_mesa_write_shader_to_file(const struct gl_shader *shader);
extern void
-_mesa_append_uniforms_to_file(const struct gl_shader *shader);
+_mesa_append_uniforms_to_file(const struct gl_shader *shader,
+ const struct gl_program *prog);
#endif /* PROG_PRINT_H */