summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-10-31 11:39:57 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-10-31 11:39:57 +0000
commit1f07439fe8c6803f70a27a1cdb9d76360ae40571 (patch)
treede47a5efd49a0539d88feee70e7506da22057b04 /src/mesa/vbo/vbo_context.h
parentf2eb6434ab1cf72e938956c82d2f530368a6be4a (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_context.h b/src/mesa/vbo/vbo_context.h
index cd02472023..4c5ed96765 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"