From 7f88e36911fc1ad8a59c7335a0d33119519742fc Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 18 Jul 2013 13:46:05 +0200 Subject: sws_utils: don't recursively include libswscale header Add libswscale includes where they are actually needed instead. --- video/out/vo_x11.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index 6bf78d60f1..0762d55400 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -21,6 +21,7 @@ #include #include +#include #include #include "config.h" -- cgit v1.2.3