diff options
author | Jouk Jansen <[email protected]> | 1999-12-07 09:02:12 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 1999-12-07 09:02:12 +0000 |
commit | fce01a5a168630f3c29d0359cea849552ebed901 (patch) | |
tree | d31113d2ec3d1e347637b362ede578005fc7c1e2 /src/glu/mesa/gluP.h | |
parent | ff5ce773b254ab37cc0e01d62c131a32338b667f (diff) |
Committing in .
Make supportupdate for VMS
Modified Files:
Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h
----------------------------------------------------------------------
Diffstat (limited to 'src/glu/mesa/gluP.h')
-rw-r--r-- | src/glu/mesa/gluP.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/glu/mesa/gluP.h b/src/glu/mesa/gluP.h index 1d036eeb5ea..7ebb6c7da8e 100644 --- a/src/glu/mesa/gluP.h +++ b/src/glu/mesa/gluP.h @@ -1,4 +1,4 @@ -/* $Id: gluP.h,v 1.1 1999/08/19 00:55:42 jtg Exp $ */ +/* $Id: gluP.h,v 1.2 1999/12/07 09:02:12 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -23,8 +23,18 @@ /* * $Log: gluP.h,v $ - * Revision 1.1 1999/08/19 00:55:42 jtg - * Initial revision + * Revision 1.2 1999/12/07 09:02:12 joukj + * + * Committing in . + * + * Make supportupdate for VMS + * + * Modified Files: + * Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h + * ---------------------------------------------------------------------- + * + * Revision 1.1.1.1 1999/08/19 00:55:42 jtg + * Imported sources * * Revision 1.4 1999/01/03 03:23:15 brianp * now using GLAPIENTRY and GLCALLBACK keywords (Ted Jump) @@ -55,6 +65,7 @@ #include "GL/gl.h" #include "GL/glu.h" +#include <string.h> #ifndef MESA /* If we're using the real OpenGL header files... */ |