Chris -- go ahead & commit. I'll dig into it shortly. Keith
On Sun, Sep 21, 2008 at 11:05 AM, Chris Rankin <[EMAIL PROTECTED]> wrote: > X86 compilation is currently broken, and this quick patch fixes it. > > Cheers, > Chris > > diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S > index ef3cc9e..ea4047a 100644 > --- a/src/mesa/x86/common_x86_asm.S > +++ b/src/mesa/x86/common_x86_asm.S > @@ -40,6 +40,7 @@ > */ > > #include "matypes.h" > +#include "assyntax.h" > #include "common_x86_features.h" > > SEG_TEXT > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Mesa3d-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mesa3d-dev > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
