Skip to content
Snippets Groups Projects
Commit 18eef774 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

access: rtp: include vlc_poll.h

Calling poll() requires using vlc_poll.h to redirect to custom code on some platforms.

Regression from 3f613a85.
parent ee2b35f5
No related branches found
No related tags found
1 merge request!4951access: rtp: include vlc_poll.h
Pipeline #438733 passed with warnings with stage
in 17 minutes and 38 seconds
......@@ -38,6 +38,7 @@
#include <vlc_common.h>
#include <vlc_threads.h>
#include <vlc_poll.h>
#include <vlc_demux.h>
#include <vlc_block.h>
#include "vlc_dtls.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment