diff options
Diffstat (limited to 'tests/spec/arb_texture_buffer_object/data-sync.c')
-rw-r--r-- | tests/spec/arb_texture_buffer_object/data-sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_texture_buffer_object/data-sync.c b/tests/spec/arb_texture_buffer_object/data-sync.c index 9703ec66d..5542734fc 100644 --- a/tests/spec/arb_texture_buffer_object/data-sync.c +++ b/tests/spec/arb_texture_buffer_object/data-sync.c @@ -28,7 +28,7 @@ * Caught a bug in the i965 driver after a core Mesa refactor. */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; |