Changeset 55cab795f441f0962044912e91645f1dfc723013
- Timestamp:
- 10/09/04 11:49:01
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1094809741 +0000
- git-parent:
[cd444ff97500960dd583255934f99d38dcd77ada]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1094809741 +0000
- Message:
* modules/stream_out/standard.c: compilation fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8a18bfd |
r55cab79 |
|
| 27 | 27 | #include <stdlib.h> |
|---|
| 28 | 28 | #include <string.h> |
|---|
| 29 | | #include <unistd.h> |
|---|
| 30 | 29 | |
|---|
| 31 | 30 | #include <vlc/vlc.h> |
|---|
| 32 | 31 | #include <vlc/sout.h> |
|---|
| | 32 | |
|---|
| | 33 | #ifdef HAVE_UNISTD_H |
|---|
| | 34 | # include <unistd.h> |
|---|
| | 35 | #endif |
|---|
| 33 | 36 | |
|---|
| 34 | 37 | #include "announce.h" |
|---|