diff options
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 7071c0ad6fb..eb68bf70a5f 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,4 +1,4 @@ -/* $Id: state.c,v 1.43 2000/11/13 20:02:56 keithw Exp $ */ +/* $Id: state.c,v 1.44 2000/11/15 16:38:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -84,6 +84,7 @@ #include "vbfill.h" #include "vbrender.h" #include "winpos.h" +#include "xform.h" #include "swrast/swrast.h" #endif |