diff options
Diffstat (limited to 'tests/shaders/glsl-fs-exp2.c')
-rw-r--r-- | tests/shaders/glsl-fs-exp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-fs-exp2.c b/tests/shaders/glsl-fs-exp2.c index 3aeca0f69..cd8b863fc 100644 --- a/tests/shaders/glsl-fs-exp2.c +++ b/tests/shaders/glsl-fs-exp2.c @@ -30,7 +30,7 @@ * Tests that exp2 produces the expected output in a fragment shader. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 100 /*window_width*/, |