Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7c0d8351
Commit
7c0d8351
authored
Jun 26, 2003
by
gbazin
Browse files
* src/stream_output/announce.c: msvc compilation fix.
parent
63f4ef90
Changes
1
Show whitespace changes
Inline
Side-by-side
src/stream_output/announce.c
View file @
7c0d8351
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment