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_matrix.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mesa/math/m_matrix.c') diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c index ae55c946d9..94809781d9 100644 --- a/src/mesa/math/m_matrix.c +++ b/src/mesa/math/m_matrix.c @@ -1,4 +1,4 @@ -/* $Id: m_matrix.c,v 1.1 2000/11/16 21:05:41 keithw Exp $ */ +/* $Id: m_matrix.c,v 1.2 2000/11/18 08:10:24 jtaylor Exp $ */ /* * Mesa 3-D graphics library @@ -34,6 +34,8 @@ * 3. Transformation of a point p by a matrix M is: p' = M * p */ +#include +#include #include "glheader.h" #include "macros.h" @@ -42,7 +44,6 @@ #include "m_matrix.h" - static const char *types[] = { "MATRIX_GENERAL", "MATRIX_IDENTITY", -- cgit v1.2.3