Changeset 2a1d4289d82053c5e49a4f88dbf478f606874259
- Timestamp:
- 08/19/07 15:25:30
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1187529930 +0000
- git-parent:
[a932845193baca985403490ca6a1ed0324f3f9d2]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1187529930 +0000
- Message:
Fix compile warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra932845 |
r2a1d428 |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | #ifndef _GNU_SOURCE |
|---|
| | 29 | # define _GNU_SOURCE |
|---|
| | 30 | #endif |
|---|
| 28 | 31 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| | 32 | #include <stdio.h> /*asprintf()*/ |
|---|
| 29 | 33 | |
|---|
| 30 | 34 | #include <vlc/vlc.h> |
|---|