Changeset 4a47b7b922e556a11800e2efe2d92640766187cf
- Timestamp:
- 05/07/08 21:25:09
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210188309 +0300
- git-parent:
[ef8e2bceaebed945e3ed7f037275dbd4a2a6e3f1]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210188309 +0300
- Message:
Fix missing #include
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r114bddb |
r4a47b7b |
|
| 44 | 44 | #include <vlc/mediacontrol_structures.h> |
|---|
| 45 | 45 | |
|---|
| | 46 | #include <stdio.h> |
|---|
| | 47 | |
|---|
| 46 | 48 | int main (void) |
|---|
| 47 | 49 | { |
|---|