summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-fragcoord.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-fragcoord.c')
-rw-r--r--tests/fbo/fbo-fragcoord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-fragcoord.c b/tests/fbo/fbo-fragcoord.c
index 77a3c630f..e18e24dab 100644
--- a/tests/fbo/fbo-fragcoord.c
+++ b/tests/fbo/fbo-fragcoord.c
@@ -26,7 +26,7 @@
* Tests that gl_FragCoord produces the expected output in a fragment shader.
*/
-#include "piglit-util-gl-common.h"
+#include "piglit-util-gl.h"
#define WIDTH 256
#define HEIGHT 256