diff options
author | Dave Airlie <airlied@redhat.com> | 2012-07-16 04:29:53 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-16 04:29:53 +0100 |
commit | a2213da6d87baa8b5f49d3894513ced2c6974259 (patch) | |
tree | 23228783092ddc052a692f0546ae27cd719f3fe4 /src | |
parent | 3fce61b475355820f735e50b7070ee6fc906083d (diff) |
mach64: fix build against server without XAA
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/atimach64accel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atimach64accel.h b/src/atimach64accel.h index a8585d5..92fb4df 100644 --- a/src/atimach64accel.h +++ b/src/atimach64accel.h @@ -25,7 +25,9 @@ #include "atipriv.h" +#ifdef HAVE_XAA_H #include "xaa.h" +#endif #include "exa.h" #define ATIMach64MaxX 4095 |