various compilation/warning fixes
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 12eb9b7..8624cb6 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)