diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-14 11:40:20 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-14 11:40:20 +0000 |
commit | 28eeb5a1a12caa783db9f87f526a6b1bfcb59e22 (patch) | |
tree | 2c44fc117fb8a8477c8dc3723f067960c94e0a2e /driver/xf86-video-ati/src/radeon_probe.c | |
parent | 8d86fb98119b6af91bb16ab69ab63a51b20d2399 (diff) |
Let the old radeon driver build with xserver 1.8
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_probe.c')
-rw-r--r-- | driver/xf86-video-ati/src/radeon_probe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/xf86-video-ati/src/radeon_probe.c b/driver/xf86-video-ati/src/radeon_probe.c index 041bab67f..25d3bcfd4 100644 --- a/driver/xf86-video-ati/src/radeon_probe.c +++ b/driver/xf86-video-ati/src/radeon_probe.c @@ -44,7 +44,9 @@ #include "atipcirename.h" #include "xf86.h" +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 7 #include "xf86Resources.h" +#endif #include "radeon_chipset_gen.h" |