diff sub/spudec.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents d206960484fe
children 18428293fb7f
line wrap: on
line diff
--- a/sub/spudec.c	Sun Mar 17 22:21:01 2013 +0000
+++ b/sub/spudec.c	Sun Mar 17 22:47:17 2013 +0000
@@ -36,6 +36,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+#include <strings.h>
 #include <math.h>
 #include "sub.h"
 #include "libvo/video_out.h"