Commit fe79260a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Include fix for Win32

parent 54faac8d
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <errno.h> #include <errno.h>
#include <vlc_access.h> #include <vlc_access.h>
...@@ -40,6 +39,10 @@ ...@@ -40,6 +39,10 @@
#include <unistd.h> #include <unistd.h>
#ifdef WIN32
# include <direct.h> /* _wgetcwd */
#endif
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
......
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