]> git.sesse.net Git - vlc/blobdiff - modules/control/telnet.c
Fix #include
[vlc] / modules / control / telnet.c
index 363b11bee53a67a2f01fd767932147986385fb0a..6f1c2dc0359e1c8a27ff2a1f4b5836e45166f083 100644 (file)
 #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>