From: Keith Whitwell Date: Wed, 14 Apr 2004 13:32:37 +0000 (+0000) Subject: Hack to get things compiling - include "drm.h" instead of "xf86drm.h". X-Git-Tag: android-x86-1.6~7162 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f2b3d0828e154f4e3bbd57a88b82fa851b07f26b;p=android-x86%2Fexternal-mesa.git 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. --- 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