Commit 7c0d8351 authored by Gildas Bazin's avatar Gildas Bazin

* src/stream_output/announce.c: msvc compilation fix.

parent 63f4ef90
......@@ -28,7 +28,9 @@
#include <stdio.h> /* sprintf() */
#include <string.h> /* strerror() */
#include <unistd.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <vlc/vlc.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