comparison libvo/vosub_vidix.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents dfc7a72eb50f
children 5d3f93051de9
comparison
equal deleted inserted replaced
35902:681e44b3b0ec 35903:389d43c448b3
30 #include <sys/mman.h> 30 #include <sys/mman.h>
31 #endif 31 #endif
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 #include <string.h> 34 #include <string.h>
35 #include <strings.h>
35 #include <errno.h> 36 #include <errno.h>
36 37
37 #include "config.h" 38 #include "config.h"
38 #include "mp_msg.h" 39 #include "mp_msg.h"
39 #include "help_mp.h" 40 #include "help_mp.h"