diff options
author | Ian Romanick <[email protected]> | 2004-06-26 00:02:51 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-06-26 00:02:51 +0000 |
commit | e16f6e3f234391027b300ec2ca8b56fc13aac825 (patch) | |
tree | e905f64b3a7daed25d730f9c4137841ec0bf0dce /src/mesa/main/context.c | |
parent | 9eecb03226a534e0fe59973133371b72e7c0d63d (diff) |
Re-enable SPARC assembly on sunos5-gcc platform.
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 1a185bc9c4e..67f797f96ea 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -124,7 +124,7 @@ #endif #ifdef USE_SPARC_ASM -#include "SPARC/sparc.h" +#include "sparc/sparc.h" #endif #ifndef MESA_VERBOSE |