diff options
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 12eb9b791af..8624cb62e79 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.114 2000/12/26 05:09:28 keithw Exp $ */ +/* $Id: context.c,v 1.115 2001/01/05 05:31:42 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -59,7 +59,7 @@ #include "math/m_vertices.h" #include "math/m_matrix.h" #include "math/m_xform.h" -#include "math/math.h" +#include "math/mathmod.h" #endif #if defined(MESA_TRACE) |