summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_program.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r--src/mesa/tnl/t_vb_program.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c
index c901de0588..9df649c5e6 100644
--- a/src/mesa/tnl/t_vb_program.c
+++ b/src/mesa/tnl/t_vb_program.c
@@ -42,7 +42,8 @@
#include "program.h"
#include "simple_list.h"
#include "mtypes.h"
-#include "program_instruction.h"
+#include "prog_instruction.h"
+#include "prog_statevars.h"
#include "nvvertexec.h"
#include "nvprogram.h"