From: Alan Hourihane Date: Mon, 28 Apr 2008 21:41:42 +0000 (+0100) Subject: build fix for xorg driver X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62a32b0d689753e044016086a598766db671568b;p=mesa.git build fix for xorg driver --- diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index d4401b407e7..06e1d20a3cf 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -50,9 +50,10 @@ #define _DRI_UTIL_H_ #include -#include "drm.h" -#include "drm_sarea.h" -#include "xf86drm.h" +#include +#include +#include +#include #include "GL/internal/glcore.h" #include "GL/internal/dri_interface.h" #include "GL/internal/dri_sarea.h"