Commit 9d34c9bb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix lua compilation

parent 568b8662
......@@ -32,6 +32,10 @@
# include "config.h"
#endif
#ifdef WIN32
#include <io.h>
#endif
#include <vlc_common.h>
#include <vlc_network.h>
#include <vlc_url.h>
......@@ -43,6 +47,7 @@
#ifdef HAVE_POLL
#include <poll.h> /* poll structures and defines */
#endif
#include <sys/stat.h>
#include<errno.h>
......
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