summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-invalid-asm-02.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-invalid-asm-02.c')
-rw-r--r--tests/shaders/glsl-invalid-asm-02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-invalid-asm-02.c b/tests/shaders/glsl-invalid-asm-02.c
index e021ea7d7..313347dcd 100644
--- a/tests/shaders/glsl-invalid-asm-02.c
+++ b/tests/shaders/glsl-invalid-asm-02.c
@@ -30,7 +30,7 @@
* (GL_ARB_vertex_program or GL_ARB_fragment_program) program. This test
* attempts to reproduce this failure using an assembly vertex program.
*/
-#include "piglit-util.h"
+#include "piglit-util-gl-common.h"
static const char fs_text[] =
"void main() { gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0); }";