diff stream/stream_dvd.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 3389262720da
children a5fd69f820f3
line wrap: on
line diff
--- a/stream/stream_dvd.c	Sun Mar 17 22:21:01 2013 +0000
+++ b/stream/stream_dvd.c	Sun Mar 17 22:47:17 2013 +0000
@@ -20,8 +20,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <unistd.h>
-#include <string.h>
 
 #include "config.h"
 #include "mp_msg.h"