From 912d3a04c191b835be07b8f104eed240d6cf0ada Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Sat, 18 Nov 2000 08:10:21 +0000 Subject: * Auto* build fixes * Added missing includes to math/* --- src/mesa/math/m_xform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/math/m_xform.c') diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 7509a350d8..8257d80647 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.2 2000/11/17 21:01:49 brianp Exp $ */ +/* $Id: m_xform.c,v 1.3 2000/11/18 08:10:24 jtaylor Exp $ */ /* * Mesa 3-D graphics library @@ -35,6 +35,7 @@ * 3. Transformation of a point p by a matrix M is: p' = M * p */ +#include #include "glheader.h" #include "macros.h" -- cgit v1.2.3