[vlc-commits] bluray: missing include
Rémi Denis-Courmont
git at videolan.org
Tue Jun 7 20:19:52 CEST 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 7 21:19:43 2016 +0300| [bb8368096e23beb9c21a2dd4274eb8166a6fc88c] | committer: Rémi Denis-Courmont
bluray: missing include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb8368096e23beb9c21a2dd4274eb8166a6fc88c
---
modules/access/bluray.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index d990379..8178617 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -29,13 +29,12 @@
#if defined (HAVE_MNTENT_H) && defined(HAVE_SYS_STAT_H)
# include <mntent.h>
-# include <sys/stat.h>
#endif
#include <fcntl.h> /* O_* */
#include <unistd.h> /* close() */
+#include <sys/stat.h>
#ifdef __APPLE__
-# include <sys/stat.h>
# include <sys/param.h>
# include <sys/ucred.h>
# include <sys/mount.h>
More information about the vlc-commits
mailing list