diff dvd_reader.c @ 78:1b8797855771 src

Add missing strings.h #include for strcasecmp() / strncasecmp().
author diego
date Sun, 17 Mar 2013 14:08:05 +0000
parents d16d554fa215
children
line wrap: on
line diff
--- a/dvd_reader.c	Wed Dec 12 14:21:16 2012 +0000
+++ b/dvd_reader.c	Sun Mar 17 14:08:05 2013 +0000
@@ -28,6 +28,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
+#include <strings.h>
 #include <ctype.h>
 #include <unistd.h>
 #include <limits.h>