comparison mp_msg.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 150df72e808f
children
comparison
equal deleted inserted replaced
35902:681e44b3b0ec 35903:389d43c448b3
18 18
19 #include <stdio.h> 19 #include <stdio.h>
20 #include <stdlib.h> 20 #include <stdlib.h>
21 #include <stdarg.h> 21 #include <stdarg.h>
22 #include <string.h> 22 #include <string.h>
23 #include <strings.h>
23 24
24 #include "config.h" 25 #include "config.h"
25 #include "osdep/getch2.h" 26 #include "osdep/getch2.h"
26 27
27 #ifdef CONFIG_ICONV 28 #ifdef CONFIG_ICONV