Mercurial > mplayer.hg
comparison sub/subreader.c @ 35903:389d43c448b3
Add missing strings.h #includes for strcasecmp().
author | diego |
---|---|
date | Sun, 17 Mar 2013 22:47:17 +0000 |
parents | d6b957072297 |
children | 71360817b772 |
comparison
equal
deleted
inserted
replaced
35902:681e44b3b0ec | 35903:389d43c448b3 |
---|---|
22 */ | 22 */ |
23 | 23 |
24 #include <stdio.h> | 24 #include <stdio.h> |
25 #include <stdlib.h> | 25 #include <stdlib.h> |
26 #include <string.h> | 26 #include <string.h> |
27 #include <strings.h> | |
27 #include <ctype.h> | 28 #include <ctype.h> |
28 | 29 |
29 #include <sys/types.h> | 30 #include <sys/types.h> |
30 #include <dirent.h> | 31 #include <dirent.h> |
31 | 32 |