diff options
Diffstat (limited to 'src/mesa/x86/x86.c')
-rw-r--r-- | src/mesa/x86/x86.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/x86/x86.c b/src/mesa/x86/x86.c index fe750ad765..e71d752990 100644 --- a/src/mesa/x86/x86.c +++ b/src/mesa/x86/x86.c @@ -1,4 +1,4 @@ -/* $Id: x86.c,v 1.10 2000/11/16 21:05:41 keithw Exp $ */ +/* $Id: x86.c,v 1.11 2000/11/18 08:10:23 jtaylor Exp $ */ /* * Mesa 3-D graphics library @@ -33,6 +33,7 @@ #include "types.h" #include "math/m_vertices.h" #include "math/m_xform.h" +#include "../tnl/t_context.h" #include "x86.h" #ifdef DEBUG |