comparison libvo/x11_common.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 6ac59489c815
children de49b61ded49
comparison
equal deleted inserted replaced
35902:681e44b3b0ec 35903:389d43c448b3
28 #include "mp_fifo.h" 28 #include "mp_fifo.h"
29 #include "libavutil/common.h" 29 #include "libavutil/common.h"
30 #include "x11_common.h" 30 #include "x11_common.h"
31 31
32 #include <string.h> 32 #include <string.h>
33 #include <strings.h>
33 #include <unistd.h> 34 #include <unistd.h>
34 #include <assert.h> 35 #include <assert.h>
35 36
36 #include "video_out.h" 37 #include "video_out.h"
37 #include "aspect.h" 38 #include "aspect.h"