diff options
Diffstat (limited to 'tests/glx/glx-make-current.c')
-rw-r--r-- | tests/glx/glx-make-current.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glx/glx-make-current.c b/tests/glx/glx-make-current.c index d33b7dc8a..59a886300 100644 --- a/tests/glx/glx-make-current.c +++ b/tests/glx/glx-make-current.c @@ -32,7 +32,7 @@ * */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "piglit-glx-util.h" int piglit_width = 50, piglit_height = 50; |