[vlc-commits] commit: fdopendir needs dirent.h ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sat Apr 10 17:19:55 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 10 18:19:20 2010 +0300| [679b3fb15ef0e2b6d19963ddd649ad32abb03e2b] | committer: Rémi Denis-Courmont 

fdopendir needs dirent.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=679b3fb15ef0e2b6d19963ddd649ad32abb03e2b
---

 modules/access/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/file.c b/modules/access/file.c
index 0e48555..e20a1a6 100644
--- a/modules/access/file.c
+++ b/modules/access/file.c
@@ -58,8 +58,8 @@
 #   include <shlwapi.h>
 #else
 #   include <unistd.h>
-#   include <poll.h>
 #endif
+#include <dirent.h>
 
 #if defined( WIN32 ) && !defined( UNDER_CE )
 #   ifdef lseek



More information about the vlc-commits mailing list