From f2b3d0828e154f4e3bbd57a88b82fa851b07f26b Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 14 Apr 2004 13:32:37 +0000 Subject: Hack to get things compiling - include "drm.h" instead of "xf86drm.h". Need to fix this, or get maybe rid of xf86drm.h which seems redundant in a standalone build. --- src/mesa/drivers/dri/i830/server/i830_dri.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i830/server/i830_dri.h b/src/mesa/drivers/dri/i830/server/i830_dri.h index f2a1a53874..bc12330295 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 -- cgit v1.2.3