Commit 6db91d99 authored by David Fuhrmann's avatar David Fuhrmann

chromecast: include errno.h

Fixed compilation on OS X, ETIMEDOUT was not defined.
parent 82b4c8e8
......@@ -31,6 +31,8 @@
#include "chromecast.h"
#include <errno.h>
#include <vlc_sout.h>
#include <vlc_threads.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