diff options
Diffstat (limited to 'tests/fbo/fbo-generatemipmap-3d.c')
-rw-r--r-- | tests/fbo/fbo-generatemipmap-3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-generatemipmap-3d.c b/tests/fbo/fbo-generatemipmap-3d.c index 996904492..f1754322c 100644 --- a/tests/fbo/fbo-generatemipmap-3d.c +++ b/tests/fbo/fbo-generatemipmap-3d.c @@ -24,7 +24,7 @@ * Marek Olšák <maraeo@gmail.com> */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" #define TEX_SIZE 32 #define TEX_LEVELS 6 |