Skip to content

Commit 0aa4a4b

Browse files
mcfriskdanvet
authored andcommitted
r128_drm.h: include drm/drm.h
Fixes compile error: drm/r128_drm.h:156:23: error: array type has incomplete element type struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent 22375f3 commit 0aa4a4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/uapi/drm/r128_drm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#ifndef __R128_DRM_H__
3434
#define __R128_DRM_H__
3535

36+
#include <drm/drm.h>
37+
3638
/* WARNING: If you change any of these defines, make sure to change the
3739
* defines in the X server file (r128_sarea.h)
3840
*/

0 commit comments

Comments
 (0)