summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorJon Taylor <taylorj@ggi-project.org>2000-11-19 23:42:32 +0000
committerJon Taylor <taylorj@ggi-project.org>2000-11-19 23:42:32 +0000
commit1487b3ea3ed0d30fa70655247e65d0ede3eef3af (patch)
tree1f1ec314c4a4c9f3fafca1227259ff61ed692097 /src/mesa/math
parenta852378a6289d154364dde440f89a39bbfc33e2d (diff)
* More work on the auto* build system
* Added missing #includes all over the place * Added GGI-style debugging harness to GGIMesa
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_norm_tmp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/math/m_norm_tmp.h b/src/mesa/math/m_norm_tmp.h
index 72770c2075e..e87d38297c0 100644
--- a/src/mesa/math/m_norm_tmp.h
+++ b/src/mesa/math/m_norm_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: m_norm_tmp.h,v 1.1 2000/11/16 21:05:41 keithw Exp $ */
+/* $Id: m_norm_tmp.h,v 1.2 2000/11/19 23:42:33 jtaylor Exp $ */
/*
* Mesa 3-D graphics library
@@ -28,6 +28,8 @@
* New (3.1) transformation code written by Keith Whitwell.
*/
+#include <math.h>
+#include "m_vertices.h"
static void _XFORMAPI
TAG(transform_normalize_normals)( const GLmatrix *mat,