diff options
author | Jouk Jansen <[email protected]> | 2003-09-05 09:37:32 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2003-09-05 09:37:32 +0000 |
commit | 054b5aef924a04bffd16c7f6422319eb0e6f6c16 (patch) | |
tree | 6bd9c400096ab31ad4d2671bc3931a3e475ee0b7 /progs/demos/isosurf.c | |
parent | d402cb97bd241d8bb762ace76967eb084f2021a6 (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 'progs/demos/isosurf.c')
-rw-r--r-- | progs/demos/isosurf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |