diff options
author | Chris Rankin <rankincj@yahoo.com> | 2008-09-21 23:56:17 +0200 |
---|---|---|
committer | Markus Amsler <markus.amsler@oribi.org> | 2008-09-21 23:56:17 +0200 |
commit | a7573d805e9fa4d985cf48f467df5bd39dc3e7c0 (patch) | |
tree | c2664eca2ca111f7181966c679421bc6dac2b296 /src/mesa/x86 | |
parent | 45efcc44c758a94928648bc20df32b98b3462bcc (diff) |
Fix X86 compilation.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/common_x86_asm.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/common_x86_asm.S b/src/mesa/x86/common_x86_asm.S index ef3cc9eb59..ea4047a0e1 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 |