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.
This commit is contained in:
Keith Whitwell
2004-04-14 13:32:37 +00:00
parent 6b3780cd83
commit f2b3d0828e
+2 -1
View File
@@ -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