Changeset af48cdef474e0eae17176df30dc5624aeea8c077
- Timestamp:
- 02/03/08 19:29:24
(7 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1202063364 +0000
- git-parent:
[46ff91c65202b418c260fe5f4a8c3b3cd0e6580a]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1202063364 +0000
- Message:
Missing #include
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
raf48cde |
|
| 26 | 26 | #include <vlc/vlc.h> |
|---|
| 27 | 27 | |
|---|
| | 28 | #include <stddef.h> |
|---|
| 28 | 29 | #include <string.h> |
|---|
| 29 | 30 | #include <stdarg.h> |
|---|