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_exec.h | |
parent | f2eb6434ab1cf72e938956c82d2f530368a6be4a (diff) |
move public structure definitions to vbo.h
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r-- | src/mesa/vbo/vbo_exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index e1fc7b27944..e28913b22af 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -35,6 +35,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #define __VBO_EXEC_H__ #include "mtypes.h" +#include "vbo.h" #include "vbo_attrib.h" |