projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a429a25
)
include varray.h to silence warning
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Mar 2008 19:42:36 +0000
(13:42 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Mar 2008 19:42:36 +0000
(13:42 -0600)
src/mesa/main/attrib.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/attrib.c
b/src/mesa/main/attrib.c
index 80c989e564914d372c4d940864a4367e1f5d0939..c3c1f927fd23a7caa86f3aa95f358c2b5b5cf2d2 100644
(file)
--- 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)
*/