From 854651f4f517a9a0d2a095b0eaae561373d0cb0f Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 9 Jan 2017 16:21:28 +0100 Subject: drm: include instead of I'm not sure what systems have (maybe there are historical reasons why some would), but POSIX defines . Although this code is full of highly OS specific calls (like ioctl()), there's no reason not to use the more standard include path. --- video/out/drm_common.c | 2 +- video/out/opengl/context_drm_egl.c | 2 +- video/out/vo_drm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/out/drm_common.c b/video/out/drm_common.c index 44e017e4b2..c7b4edf91f 100644 --- a/video/out/drm_common.c +++ b/video/out/drm_common.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/video/out/opengl/context_drm_egl.c b/video/out/opengl/context_drm_egl.c index e5fd7b8354..cf23423619 100644 --- a/video/out/opengl/context_drm_egl.c +++ b/video/out/opengl/context_drm_egl.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c index 92357587c5..e0722e1612 100644 --- a/video/out/vo_drm.c +++ b/video/out/vo_drm.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3