diff options
author | Keith Whitwell <[email protected]> | 2006-10-31 11:39:57 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-31 11:39:57 +0000 |
commit | 1f07439fe8c6803f70a27a1cdb9d76360ae40571 (patch) | |
tree | de47a5efd49a0539d88feee70e7506da22057b04 /src/mesa/vbo/vbo_context.h | |
parent | f2eb6434ab1cf72e938956c82d2f530368a6be4a (diff) |
move public structure definitions to vbo.h
Diffstat (limited to 'src/mesa/vbo/vbo_context.h')
-rw-r--r-- | src/mesa/vbo/vbo_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_context.h b/src/mesa/vbo/vbo_context.h index cd024720232..4c5ed96765b 100644 --- a/src/mesa/vbo/vbo_context.h +++ b/src/mesa/vbo/vbo_context.h @@ -51,6 +51,7 @@ #ifndef _VBO_CONTEXT_H #define _VBO_CONTEXT_H +#include "vbo.h" #include "vbo_attrib.h" #include "vbo_save.h" #include "vbo_exec.h" |