glsl: fix the type of ir_constant_data::u16
[mesa.git] / src / compiler / glsl / standalone_scaffolding.h
index 7da76f06fefff8d3bb258d759d30293e77ed4ddb..d7d1a9ea7ff22f59c205c10ad08217c872b53b85 100644 (file)
@@ -37,6 +37,9 @@
 extern "C" void
 _mesa_warning(struct gl_context *ctx, const char *fmtString, ... );
 
+extern "C" void
+_mesa_problem(struct gl_context *ctx, const char *fmtString, ... );
+
 extern "C" void
 _mesa_reference_shader_program_data(struct gl_context *ctx,
                                     struct gl_shader_program_data **ptr,