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/vo_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_drm.c') 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