summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 12:17:32 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 12:17:32 -0600
commit8d9afa76eb090ff58ca9a8a7a86a0b23ffc56857 (patch)
tree23950a72455893d60975456f89c7156cd58ff00d /src/mesa/main
parent4990695f1b197b270a4e3d98dd6bcd2bb4e89b4a (diff)
Use ffvertex_prog.c code instead of t_vp_build.c code.
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/ffvertex_prog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/ffvertex_prog.h b/src/mesa/main/ffvertex_prog.h
index 74cafc65c1..38dc5fbb8d 100644
--- a/src/mesa/main/ffvertex_prog.h
+++ b/src/mesa/main/ffvertex_prog.h
@@ -30,6 +30,8 @@
#define FFVERTEX_PROG_H
+#include "main/mtypes.h"
+
struct gl_vertex_program *
_mesa_get_fixed_func_vertex_program(GLcontext *ctx);