summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvvertexec.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-09-05 09:37:32 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-09-05 09:37:32 +0000
commit054b5aef924a04bffd16c7f6422319eb0e6f6c16 (patch)
tree6bd9c400096ab31ad4d2671bc3931a3e475ee0b7 /src/mesa/main/nvvertexec.c
parentd402cb97bd241d8bb762ace76967eb084f2021a6 (diff)
Committing in .
Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/nvvertexec.c')
-rw-r--r--src/mesa/main/nvvertexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/nvvertexec.c b/src/mesa/main/nvvertexec.c
index e41bdfb850..580d04abca 100644
--- a/src/mesa/main/nvvertexec.c
+++ b/src/mesa/main/nvvertexec.c
@@ -35,6 +35,7 @@
#include "mtypes.h"
#include "nvvertexec.h"
#include "nvvertprog.h"
+#include "program.h"
#include "math/m_matrix.h"