diff options
Diffstat (limited to 'src/mesa/math/m_xform.c')
-rw-r--r-- | src/mesa/math/m_xform.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 6bc6a9cea3b..7509a350d80 100644 --- a/src/mesa/math/m_xform.c +++ b/src/mesa/math/m_xform.c @@ -1,4 +1,4 @@ -/* $Id: m_xform.c,v 1.1 2000/11/16 21:05:41 keithw Exp $ */ +/* $Id: m_xform.c,v 1.2 2000/11/17 21:01:49 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -41,6 +41,7 @@ #include "mmath.h" #include "m_matrix.h" +#include "m_translate.h" #include "m_xform.h" |