From 3c9862d337244e305dc39bdd0a48e254c9766ec8 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 21 Mar 2008 13:42:36 -0600 Subject: include varray.h to silence warning --- src/mesa/main/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 80c989e564..c3c1f927fd 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -47,10 +47,10 @@ #include "stencil.h" #include "texobj.h" #include "texstate.h" +#include "varray.h" #include "mtypes.h" #include "math/m_xform.h" - /** * Special struct for saving/restoring texture state (GL_TEXTURE_BIT) */ -- cgit v1.2.3