From 054b5aef924a04bffd16c7f6422319eb0e6f6c16 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 5 Sep 2003 09:37:32 +0000 Subject: [PATCH] Committing in . Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ---------------------------------------------------------------------- --- progs/demos/isosurf.c | 1 + src/mesa/main/nvvertexec.c | 1 + 2 files changed, 2 insertions(+) diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index b7c151586c3..1ee738d17a2 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -35,6 +35,7 @@ #endif #define GL_GLEXT_LEGACY #include "GL/glut.h" +#include "GL/glext.h" #include "readtex.c" /* I know, this is a hack. KW: me too. */ #define TEXTURE_FILE "../images/reflect.rgb" diff --git a/src/mesa/main/nvvertexec.c b/src/mesa/main/nvvertexec.c index e41bdfb8503..580d04abca5 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" -- 2.30.2