From: Alan Hourihane Date: Thu, 4 Dec 2003 13:28:10 +0000 (+0000) Subject: build fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15af25aca0ed6a2390fe9e0d91055cfc01134ce2;p=mesa.git build fixes --- diff --git a/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c b/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c index 2245bbcef1b..70859b627af 100644 --- a/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c +++ b/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c @@ -39,7 +39,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "r200_vtxfmt.h" #if defined(USE_SSE_ASM) -#include "X86/common_x86_asm.h" +#include "x86/common_x86_asm.h" #define EXTERN( FUNC ) \ extern const char *FUNC; \ diff --git a/src/mesa/drivers/dri/tdfx/tdfx_dd.c b/src/mesa/drivers/dri/tdfx/tdfx_dd.c index 31604e3e156..79fc6d9e264 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_dd.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_dd.c @@ -45,7 +45,7 @@ #include "enums.h" #include "swrast/swrast.h" #if defined(USE_X86_ASM) -#include "X86/common_x86_asm.h" +#include "x86/common_x86_asm.h" #endif