Commit 55cab795 authored by Gildas Bazin's avatar Gildas Bazin

* modules/stream_out/standard.c: compilation fix.

parent cd444ff9
...@@ -26,11 +26,14 @@ ...@@ -26,11 +26,14 @@
*****************************************************************************/ *****************************************************************************/
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/sout.h> #include <vlc/sout.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include "announce.h" #include "announce.h"
#include "network.h" #include "network.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