Skip to content
Snippets Groups Projects
Commit 7c0d8351 authored by gbazin's avatar gbazin
Browse files

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

parent 63f4ef90
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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