diff options
author | Jouk Jansen <[email protected]> | 1999-11-11 09:55:39 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 1999-11-11 09:55:39 +0000 |
commit | 86d36643de754a08f475f52a7544d5b4be1cae58 (patch) | |
tree | 574925b056426074e45213044954ba6f27f33f20 /src/glu/mesa | |
parent | a73119234cc5d0b78ebd48c7bb7c43b755028836 (diff) |
tess_macro.h included
Diffstat (limited to 'src/glu/mesa')
-rw-r--r-- | src/glu/mesa/quadric.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/glu/mesa/quadric.c b/src/glu/mesa/quadric.c index 8bdf7cc0852..e1ab664810b 100644 --- a/src/glu/mesa/quadric.c +++ b/src/glu/mesa/quadric.c @@ -1,4 +1,4 @@ -/* $Id: quadric.c,v 1.2 1999/11/11 03:21:43 kendallb Exp $ */ +/* $Id: quadric.c,v 1.3 1999/11/11 09:55:39 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -23,6 +23,10 @@ /* * $Log: quadric.c,v $ + * Revision 1.3 1999/11/11 09:55:39 joukj + * + * tess_macro.h included + * * Revision 1.2 1999/11/11 03:21:43 kendallb * * . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility @@ -118,6 +122,7 @@ #include <stdio.h> #include <stdlib.h> #include "gluP.h" +#include "tess_macros.h" #endif |