glsl: add missing define to linker_util.h

Avoids compiler warning in files that use linker_util.h but not
the set util.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27841>
This commit is contained in:
Timothy Arceri
2024-02-27 11:42:27 +11:00
committed by Marge Bot
parent edf242f825
commit eecd7504a8

View File

@@ -32,6 +32,7 @@
struct gl_constants;
struct gl_shader_program;
struct gl_uniform_storage;
struct set;
/**
* Built-in / reserved GL variables names start with "gl_"