xf86-video-intel: src/i810_driver.c src/i830_driver.c

Dave Airlie airlied at kemper.freedesktop.org
Tue Jul 28 01:24:59 PDT 2009


 src/i810_driver.c |    5 +++++
 src/i830_driver.c |    4 ++++
 2 files changed, 9 insertions(+)

New commits:
commit f3387310f312a4a9e1d691974834c3d290c2fa32
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jul 28 18:27:10 2009 +1000

    xserver: fix up for stable build
    
    reported by Arkadiusz Miskiewicz <arekm at maven.pl>

diff --git a/src/i810_driver.c b/src/i810_driver.c
index f158f5d..6852be2 100644
--- a/src/i810_driver.c
+++ b/src/i810_driver.c
@@ -56,6 +56,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86cmap.h"
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+#include "xf86Resources.h"
+#include "xf86RAC.h"
+#endif
+
 #include "compiler.h"
 #include "mibstore.h"
 #include "vgaHW.h"
diff --git a/src/i830_driver.c b/src/i830_driver.c
index f701231..8c28044 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -53,6 +53,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "xf86_OSproc.h"
 #include "xf86Priv.h"
 #include "xf86cmap.h"
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+#include "xf86Resources.h"
+#include "xf86RAC.h"
+#endif
 #include "compiler.h"
 #include "mibstore.h"
 #include "vgaHW.h"


More information about the xorg-commit mailing list