changeset 26579:647abf37a825

Add missing string.h #include to fix a bunch of implicit declaration warnings.
author diego
date Wed, 30 Apr 2008 14:03:32 +0000
parents 7a7a294e07e2
children 0abcf0f3d845
files TOOLS/vfw2menc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/vfw2menc.c	Wed Apr 30 14:00:32 2008 +0000
+++ b/TOOLS/vfw2menc.c	Wed Apr 30 14:03:32 2008 +0000
@@ -33,6 +33,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <getopt.h>
 #include <windows.h>