Prarit Bhargava wrote: > Fixes warning: > > /usr/include/drm/i915_drm.h:119: found __[us]{8,16,32,64} type without #include <linux/types.h> > > Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> > > diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h > index b64a8d7..5cf7f5b 100644 > --- a/include/drm/i915_drm.h > +++ b/include/drm/i915_drm.h > @@ -27,6 +27,7 @@ > #ifndef _I915_DRM_H_ > #define _I915_DRM_H_ > > +#include <linux/types.h> > #include "drm.h" drm.h includes it, safely tucked inside #ifdef __linux__ so it won't break BSD & OpenSolaris DRI builds - isn't that good enough? -- -Alan Coopersmith- alan.coopersmith@xxxxxxxxxx Oracle Solaris Platform Engineering: X Window System _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel