[vlc-devel] commit: ncurses compile fix ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 7 19:03:39 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb  7 20:03:26 2010 +0200| [16fd5ce97f2118f61ff06cf3556f152ca76fe9d3] | committer: Rémi Denis-Courmont 

ncurses compile fix

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

 modules/gui/ncurses.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c
index 8fc3a32..13eaa6b 100644
--- a/modules/gui/ncurses.c
+++ b/modules/gui/ncurses.c
@@ -56,16 +56,13 @@
 #include <vlc_es.h>
 #include <vlc_playlist.h>
 #include <vlc_meta.h>
+#include <vlc_fs.h>
 
 #include <assert.h>
 
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
 #endif
-#if (!defined( WIN32 ) || defined(__MINGW32__))
-/* Mingw has its own version of dirent */
-#   include <dirent.h>
-#endif
 
 #define SEARCH_CHAIN_SIZE 20
 #define OPEN_CHAIN_SIZE 50




More information about the vlc-devel mailing list