diff options
Diffstat (limited to 'tests/general/windowoverlap.c')
-rw-r--r-- | tests/general/windowoverlap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/windowoverlap.c b/tests/general/windowoverlap.c index 6b08a75fd..19d1aaa1b 100644 --- a/tests/general/windowoverlap.c +++ b/tests/general/windowoverlap.c @@ -30,7 +30,7 @@ * This test was prompted by http://bugs.freedesktop.org/show_bug.cgi?id=16123 */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" static const int MainWidth = 128, MainHeight = 128; static const int SubX = 32, SubY = 32; |