summaryrefslogtreecommitdiffstats
path: root/video/out/vo_drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_drm.c')
-rw-r--r--video/out/vo_drm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c
index 6bce25ea0e..9c9f365254 100644
--- a/video/out/vo_drm.c
+++ b/video/out/vo_drm.c
@@ -22,14 +22,15 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
-#include <linux/vt.h>
#include <poll.h>
#include <signal.h>
#include <stdbool.h>
#include <sys/ioctl.h>
+#include <sys/mman.h>
+#include <sys/vt.h>
#include <unistd.h>
+
#include <libswscale/swscale.h>
-#include <sys/mman.h>
#include <xf86drm.h>
#include <xf86drmMode.h>