summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-07-28 15:22:41 +1000
committerDave Airlie <airlied@redhat.com>2009-07-28 15:22:41 +1000
commit20d8f38d667b565c56d8e161548fe7a70b8892f7 (patch)
tree8d5c02d52cc55efdf1342994ac6da2f8fd581dcc
parent664d41155a5f60fa8ccf9c00d819d71d7fe0a238 (diff)
s3virge: change to using ABI version check
-rw-r--r--src/s3v_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s3v_driver.c b/src/s3v_driver.c
index 849f9f2..7fc66e0 100644
--- a/src/s3v_driver.c
+++ b/src/s3v_driver.c
@@ -30,7 +30,7 @@ in this Software without prior written authorization from the XFree86 Project.
#include <unistd.h>
-#ifndef XSERVER_LIBPCIACCESS
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
/* Needed by Resources Access Control (RAC) */
#include "xf86RAC.h"