Changeset 7c0d8351cb4be37592af1d659de6e9c6beae7a6c
- Timestamp:
- 26/06/03 18:04:36
(5 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1056643476 +0000
- git-parent:
[63f4ef900bb92a715a13271dfc57e19090836efc]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1056643476 +0000
- Message:
* src/stream_output/announce.c: msvc compilation fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1df637d |
r7c0d835 |
|
| 29 | 29 | #include <string.h> /* strerror() */ |
|---|
| 30 | 30 | |
|---|
| 31 | | #include <unistd.h> |
|---|
| | 31 | #ifdef HAVE_UNISTD_H |
|---|
| | 32 | # include <unistd.h> |
|---|
| | 33 | #endif |
|---|
| 32 | 34 | |
|---|
| 33 | 35 | #include <vlc/vlc.h> |
|---|