From b3865f34669319f449f2da8f87a4eef6ec8e7804 Mon Sep 17 00:00:00 2001 From: "Joshua J. Berry" Date: Mon, 11 Dec 2006 14:46:20 -0800 Subject: [PATCH] Include i830.h to get M_T_* compat defines for older X Servers. Not duplicating the defines ensures that we won't let the compat bits slip into the X Server when we move this code over there. --- src/i830_xf86Crtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i830_xf86Crtc.c b/src/i830_xf86Crtc.c index 3a592e50..448d4f94 100644 --- a/src/i830_xf86Crtc.c +++ b/src/i830_xf86Crtc.c @@ -32,6 +32,7 @@ #include "xf86.h" #include "xf86DDC.h" +#include "i830.h" #include "i830_xf86Crtc.h" #include "X11/extensions/render.h"