Changeset 020e0268dd7089c8e0eb38703d03680ac5f6ff7b
- Timestamp:
- 21/10/06 14:25:05
(2 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1161433505 +0000
- git-parent:
[5a1e2c84b0693b388cfe9974bf509faab7530def]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1161433505 +0000
- Message:
Fix compiler warning: implicit declaration of function 'asprintf'
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r18efcf5 |
r020e026 |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #include <stdio.h> |
|---|
| 27 | 28 | #include <stdlib.h> /* calloc(), malloc(), free() */ |
|---|
| 28 | 29 | #include <string.h> |
|---|