summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-21 13:42:36 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-21 13:42:36 -0600
commit3c9862d337244e305dc39bdd0a48e254c9766ec8 (patch)
tree71f386caf9b59ec1642f38a423e07178267eeaa7 /src/mesa/main/attrib.c
parenta429a25cd55b8c16356a60452de92228bb6c71b0 (diff)
include varray.h to silence warning
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c2
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)
*/