diff options
-rw-r--r-- | src/mesa/drivers/dri/i830/server/i830_dri.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i830/server/i830_dri.h b/src/mesa/drivers/dri/i830/server/i830_dri.h index f2a1a538744..bc123302956 100644 --- a/src/mesa/drivers/dri/i830/server/i830_dri.h +++ b/src/mesa/drivers/dri/i830/server/i830_dri.h @@ -3,7 +3,8 @@ #ifndef _I830_DRI_H #define _I830_DRI_H -#include "xf86drm.h" +#include "drm.h" /* HACK!!! why doesn't xf86drm.h work??? */ +/* #include "xf86drm.h" */ #include "i830_common.h" #define I830_MAX_DRAWABLES 256 |