From e16f6e3f234391027b300ec2ca8b56fc13aac825 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 26 Jun 2004 00:02:51 +0000 Subject: Re-enable SPARC assembly on sunos5-gcc platform. --- src/mesa/main/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 1a185bc9c4..67f797f96e 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 -- cgit v1.2.3