From 74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12 Mon Sep 17 00:00:00 2001 From: pl Date: Thu, 25 Oct 2001 23:34:14 +0000 Subject: a few warning fixes (missing #include's) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2477 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/swscale.c | 1 + 1 file changed, 1 insertion(+) (limited to 'postproc/swscale.c') diff --git a/postproc/swscale.c b/postproc/swscale.c index f36cdac937..b26bea4483 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -6,6 +6,7 @@ // the parts written by michael are under GNU GPL #include +#include #include "../config.h" #include "swscale.h" -- cgit v1.2.3