sna/overlay: Restore one xf86drm.h include
This was removed in haste, when it is required for drmIoctl and friends. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
264d1b1e1f
commit
3a1b6e57fb
|
|
@ -31,6 +31,7 @@
|
|||
#include "sna.h"
|
||||
#include "sna_video.h"
|
||||
|
||||
#include <xf86drm.h>
|
||||
#include <xf86xv.h>
|
||||
#include <X11/extensions/Xv.h>
|
||||
#include <fourcc.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue