]> git.sesse.net Git - vlc/commitdiff
Missing include (MacOS X port).
authorChristophe Massiot <massiot@videolan.org>
Sun, 10 Mar 2002 23:36:22 +0000 (23:36 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 10 Mar 2002 23:36:22 +0000 (23:36 +0000)
plugins/vcd/input_vcd.c

index acc3c919cd6a0da9fc571bff17f19244a3fab2b5..cf465d1e7c560175b38a46f3c73f22647ffddfc4 100644 (file)
 
 #include <fcntl.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <string.h>
 #include <errno.h>
 
-#ifdef STRNCASECMP_IN_STRINGS_H
-#   include <strings.h>
-#endif
-
 #if defined( WIN32 )
 #   include <io.h>                                                 /* read() */
 #else