summaryrefslogtreecommitdiff
path: root/src/mesa/x86/3dnow.c
diff options
context:
space:
mode:
authorJon Taylor <taylorj@ggi-project.org>2000-11-18 08:10:21 +0000
committerJon Taylor <taylorj@ggi-project.org>2000-11-18 08:10:21 +0000
commit912d3a04c191b835be07b8f104eed240d6cf0ada (patch)
tree3fa301ee8fed356e8953434d3a3b57e13ca9d1b1 /src/mesa/x86/3dnow.c
parent5a9026c65d260dc185e072163999f5d810015108 (diff)
* Auto* build fixes
* Added missing includes to math/*
Diffstat (limited to 'src/mesa/x86/3dnow.c')
-rw-r--r--src/mesa/x86/3dnow.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c
index f0e5e3af1c..65f1753a46 100644
--- a/src/mesa/x86/3dnow.c
+++ b/src/mesa/x86/3dnow.c
@@ -1,4 +1,4 @@
-/* $Id: 3dnow.c,v 1.9 2000/11/16 21:05:41 keithw Exp $ */
+/* $Id: 3dnow.c,v 1.10 2000/11/18 08:10:23 jtaylor Exp $ */
/*
* Mesa 3-D graphics library
@@ -34,6 +34,8 @@
#include "types.h"
#include "3dnow.h"
+#include "../tnl/t_context.h"
+
#include "math/m_vertices.h"
#include "math/m_xform.h"