Changeset 12d327f784a1c5cad35c3371754e5a0511f4a0b2
- Timestamp:
- 02/04/08 22:08:30
(7 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1202159310 +0000
- git-parent:
[f369c95d6e729fc9e983acda1affb67ce12771fa]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1202159310 +0000
- Message:
Missing include for config_GetUserDir
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1b09c02 |
r12d327f |
|
| 30 | 30 | #include "vlc_keys.h" |
|---|
| 31 | 31 | #include "vlc_charset.h" |
|---|
| | 32 | #include "vlc_configuration.h" |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #include <errno.h> /* errno */ |
|---|