diff loader/dshow/DS_VideoDecoder.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 2a2e9b6551d8
children
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.c	Sun Mar 17 22:21:01 2013 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Sun Mar 17 22:47:17 2013 +0000
@@ -44,6 +44,7 @@
 #endif
 #include <stdio.h>
 #include <stdlib.h>  // labs
+#include <strings.h>
 
 // strcmp((const char*)info.dll,...)  is used instead of  (... == ...)
 // so Arpi could use char* pointer in his simplified DS_VideoDecoder class