Skip to content

Commit 70d9947

Browse files
mcfriskdanvet
authored andcommitted
drm/i810_drm.h: include drm/drm.h
Fixes userspace compilation error: error: array type has incomplete element type struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent 0aa4a4b commit 70d9947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/uapi/drm/i810_drm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef _I810_DRM_H_
22
#define _I810_DRM_H_
33

4+
#include <drm/drm.h>
5+
46
/* WARNING: These defines must be the same as what the Xserver uses.
57
* if you change them, you must change the defines in the Xserver.
68
*/

0 commit comments

Comments
 (0)