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

Fix #include

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