diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-03-21 13:42:36 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-03-21 13:42:36 -0600 |
commit | 3c9862d337244e305dc39bdd0a48e254c9766ec8 (patch) | |
tree | 71f386caf9b59ec1642f38a423e07178267eeaa7 | |
parent | a429a25cd55b8c16356a60452de92228bb6c71b0 (diff) |
include varray.h to silence warning
-rw-r--r-- | src/mesa/main/attrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |