summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 23:34:14 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 23:34:14 +0000
commit74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12 (patch)
tree14b74b2aba36300ceb7826f1aed9bc123c185368 /postproc/swscale.c
parent4a83e16d1b21b9ad71ed4c5ecfb77bfccd79247b (diff)
downloadmpv-74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12.tar.bz2
mpv-74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12.tar.xz
a few warning fixes (missing #include's)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2477 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r--postproc/swscale.c1
1 files changed, 1 insertions, 0 deletions
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 <inttypes.h>
+#include <string.h>
#include "../config.h"
#include "swscale.h"