Changeset 53444459bbbd454a9abdc866231a540ed91b7530
- Timestamp:
- 04/27/05 12:19:51
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1114597191 +0000
- git-parent:
[2dba69cc4c2fb5693b8481ac69c71576f491bc0a]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1114597191 +0000
- Message:
Fix errno undefined error
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r057de5d |
r5344445 |
|
| 33 | 33 | #include "vlc_keys.h" |
|---|
| 34 | 34 | #include <osd.h> |
|---|
| | 35 | #include <errno.h> |
|---|
| 35 | 36 | |
|---|
| 36 | 37 | /***************************************************************************** |
|---|