diff options
Diffstat (limited to 'tests/spec/ext_texture_array/gen-mipmap.c')
-rw-r--r-- | tests/spec/ext_texture_array/gen-mipmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/ext_texture_array/gen-mipmap.c b/tests/spec/ext_texture_array/gen-mipmap.c index f0a306f71..f54be0809 100644 --- a/tests/spec/ext_texture_array/gen-mipmap.c +++ b/tests/spec/ext_texture_array/gen-mipmap.c @@ -31,7 +31,7 @@ */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; |