From a7573d805e9fa4d985cf48f467df5bd39dc3e7c0 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Sun, 21 Sep 2008 23:56:17 +0200 Subject: [PATCH] Fix X86 compilation. --- src/mesa/x86/common_x86_asm.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S index ef3cc9eb59f..ea4047a0e14 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 -- 2.30.2