build fix for xorg driver
authorAlan Hourihane <alanh@tungstengraphics.com>
Mon, 28 Apr 2008 21:41:42 +0000 (22:41 +0100)
committerAlan Hourihane <alanh@tungstengraphics.com>
Mon, 28 Apr 2008 21:41:42 +0000 (22:41 +0100)
src/mesa/drivers/dri/common/dri_util.h

index d4401b407e79442b238a0d344bfe578b8e771a19..06e1d20a3cfe75632b6644e7ebf085605541965f 100644 (file)
 #define _DRI_UTIL_H_
 
 #include <GL/gl.h>
-#include "drm.h"
-#include "drm_sarea.h"
-#include "xf86drm.h"
+#include <drm.h>
+#include <drm_sarea.h>
+#include <xf86drm.h>
+#include <xf86mm.h>
 #include "GL/internal/glcore.h"
 #include "GL/internal/dri_interface.h"
 #include "GL/internal/dri_sarea.h"