comparison libmpcodecs/ve_x264.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 7d13ed4e80f2
children 9b4ba0fb999b
comparison
equal deleted inserted replaced
35902:681e44b3b0ec 35903:389d43c448b3
26 *****************************************************************************/ 26 *****************************************************************************/
27 27
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
30 #include <string.h> 30 #include <string.h>
31 #include <strings.h>
31 #include <errno.h> 32 #include <errno.h>
32 33
33 #include "config.h" 34 #include "config.h"
34 #include "mp_msg.h" 35 #include "mp_msg.h"
35 #include "mencoder.h" 36 #include "mencoder.h"