summaryrefslogtreecommitdiff
path: root/tests/shaders/fp-fragment-position.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-10-15 16:20:35 +0200
committerMarek Olšák <maraeo@gmail.com>2012-10-15 18:11:46 +0200
commit68de5fb435e6e1cb0caedddff0fd0a9c221b0005 (patch)
tree78f5e9d95c7450c40ade2d36a2e1d276f412555e /tests/shaders/fp-fragment-position.c
parente4fa3d3075e3d77b22c12cb359d8e7a183a6b02a (diff)
Fix missing glu.h inclusions
The texgrad test has been completely broken because of this.
Diffstat (limited to 'tests/shaders/fp-fragment-position.c')
-rw-r--r--tests/shaders/fp-fragment-position.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shaders/fp-fragment-position.c b/tests/shaders/fp-fragment-position.c
index 79e8e41ee..7ccd6ee90 100644
--- a/tests/shaders/fp-fragment-position.c
+++ b/tests/shaders/fp-fragment-position.c
@@ -26,6 +26,7 @@
*/
#include "piglit-util-gl-common.h"
+#include <GL/glu.h>
PIGLIT_GL_TEST_CONFIG_BEGIN