summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i830/server/i830_dri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i830/server/i830_dri.h')
-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