Changeset a58c71cce7596127e7a57997f1900f5e8ec79603
- Timestamp:
- 12/19/06 22:26:46
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1166563606 +0000
- git-parent:
[f6773c993f008bf31855ffffc2bac50e08e008f4]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1166563606 +0000
- Message:
Fix implicit declaration problem
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd3fe7f2 |
ra58c71c |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | |
|---|
| | 28 | #include <vlc/vlc.h> |
|---|
| 27 | 29 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 28 | | |
|---|
| 29 | | #include <vlc/vlc.h> |
|---|
| | 30 | #include <string.h> |
|---|
| | 31 | |
|---|
| 30 | 32 | #include <vlc_demux.h> |
|---|
| 31 | 33 | #include <vlc_interface.h> |
|---|