diff mencoder.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 3edaed3c1d60
children 805ff0c5b699
line wrap: on
line diff
--- a/mencoder.c	Sun Mar 17 22:21:01 2013 +0000
+++ b/mencoder.c	Sun Mar 17 22:47:17 2013 +0000
@@ -50,6 +50,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <sys/time.h>
 #if defined(__MINGW32__) || defined(__CYGWIN__)
 #include <windows.h>