Changeset 919c654290c6a721259e25fd570fe78d57113235
- Timestamp:
- 11/09/06 20:21:38
(2 years ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1163100098 +0000
- git-parent:
[ec7a0ab610c8c9898164c710496edeafc3d26507]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1163100098 +0000
- Message:
include errno.h in dump.c
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc84e332 |
r919c654 |
|
| 28 | 28 | #include <assert.h> |
|---|
| 29 | 29 | #include <time.h> |
|---|
| | 30 | #include <errno.h> |
|---|
| 30 | 31 | |
|---|
| 31 | 32 | #include "vlc_access.h" |
|---|