summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 14:03:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 14:03:32 +0000
commit4180db130e2f8d0939ea0000ba6af93d662c2013 (patch)
tree655f39eff37158678ace27efd3f4e47ba152196d /TOOLS
parentb5ea65c04f7062e7f265f3b9b9327cf6ae81df60 (diff)
downloadmpv-4180db130e2f8d0939ea0000ba6af93d662c2013.tar.bz2
mpv-4180db130e2f8d0939ea0000ba6af93d662c2013.tar.xz
Add missing string.h #include to fix a bunch of implicit declaration warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26611 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vfw2menc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/vfw2menc.c b/TOOLS/vfw2menc.c
index 526acde3d3..b15b773a05 100644
--- a/TOOLS/vfw2menc.c
+++ b/TOOLS/vfw2menc.c
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
#include <getopt.h>
#include <windows.h>