From: Eric Anholt Date: Sun, 3 Feb 2008 09:04:46 +0000 (-0800) Subject: Include glext.h in the cva test so that it actually uses CVAs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=745df749cc082de9491b91bfcb8705d8d26cbe02;p=mesa.git Include glext.h in the cva test so that it actually uses CVAs. --- diff --git a/progs/tests/cva.c b/progs/tests/cva.c index ed965e748a5..bde4c6c827e 100644 --- a/progs/tests/cva.c +++ b/progs/tests/cva.c @@ -17,7 +17,7 @@ #endif #define GL_GLEXT_LEGACY #include - +#include GLfloat verts[][4] = { { -0.5, -0.5, -2.0, 0.0 },