Commit 16fd5ce9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ncurses compile fix

parent 4064c715
...@@ -56,16 +56,13 @@ ...@@ -56,16 +56,13 @@
#include <vlc_es.h> #include <vlc_es.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_meta.h> #include <vlc_meta.h>
#include <vlc_fs.h>
#include <assert.h> #include <assert.h>
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
#if (!defined( WIN32 ) || defined(__MINGW32__))
/* Mingw has its own version of dirent */
# include <dirent.h>
#endif
#define SEARCH_CHAIN_SIZE 20 #define SEARCH_CHAIN_SIZE 20
#define OPEN_CHAIN_SIZE 50 #define OPEN_CHAIN_SIZE 50
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment