Changeset 8519152a2f7c28bed08ace026047bd5d42084d0d
- Timestamp:
- 02/11/07 01:14:07
(2 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1171152847 +0000
- git-parent:
[b38ba5d4034b5125fdb395db1f4a173c3e2efd9f]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1171152847 +0000
- Message:
compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r02859f7 |
r8519152 |
|
| 25 | 25 | |
|---|
| 26 | 26 | #include <vlc_sout.h> |
|---|
| | 27 | #if defined( WIN32 ) |
|---|
| | 28 | # include <winsock2.h> |
|---|
| | 29 | #endif |
|---|
| 27 | 30 | |
|---|
| 28 | 31 | /**************************************************************************** |
|---|