diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 13:32:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 13:32:36 +1000 |
commit | 3c0b164ffe9e1f582cee43f89a94fc0a2899bed8 (patch) | |
tree | 5c26b3daa09647526680331c04e9fc69a5d17349 /src/savage_driver.h | |
parent | 96d19b654e934fc3f85f9b45f1dee224cb40b389 (diff) |
savage: update for resources/RAC API removal
Diffstat (limited to 'src/savage_driver.h')
-rw-r--r-- | src/savage_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h index c47b472..34dfced 100644 --- a/src/savage_driver.h +++ b/src/savage_driver.h @@ -51,7 +51,9 @@ #include "compiler.h" #include "vgaHW.h" #include "xf86.h" +#ifndef XSERVER_LIBPCIACCESS #include "xf86Resources.h" +#endif #include "xf86Pci.h" #include "xf86PciInfo.h" #include "xf86_OSproc.h" |