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