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

Fix #include

parent d68c6959
...@@ -45,9 +45,11 @@ ...@@ -45,9 +45,11 @@
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
#ifdef HAVE_POLL_H
# include <poll.h>
#endif
#include <vlc_network.h> #include <vlc_network.h>
#include <poll.h>
#include "vlc_url.h" #include "vlc_url.h"
#include "asf.h" #include "asf.h"
#include "buffer.h" #include "buffer.h"
......
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#ifdef HAVE_POLL_H
# include <poll.h>
#endif
#include <vlc_network.h> #include <vlc_network.h>
......
...@@ -43,9 +43,11 @@ ...@@ -43,9 +43,11 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#ifdef HAVE_POLL_H
# include <poll.h>
#endif
#include <vlc_network.h> #include <vlc_network.h>
#include <poll.h>
#include <vlc_url.h> #include <vlc_url.h>
#include <vlc_vlm.h> #include <vlc_vlm.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