summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-04-14 13:32:37 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-04-14 13:32:37 +0000
commitf2b3d0828e154f4e3bbd57a88b82fa851b07f26b (patch)
tree845bbd0ea84fd6a675aef2d1d04d278ebac7c379
parent6b3780cd83a5c8aade00d99e3d1517b4f6b7bb5b (diff)
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.
-rw-r--r--src/mesa/drivers/dri/i830/server/i830_dri.h3
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 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