summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2003-12-04 13:28:10 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2003-12-04 13:28:10 +0000
commit15af25aca0ed6a2390fe9e0d91055cfc01134ce2 (patch)
tree74cb916ad74be157024dfdbd12ca0ca30960ea2a /src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c
parente05ab2795b7463a053562b233d75e62f4138e0d3 (diff)
build fixes
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c b/src/mesa/drivers/dri/r200/r200_vtxfmt_sse.c
index 2245bbcef1..70859b627a 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; \