Changeset 3452c06ffe82acc737947e1842895e312789bd31
- Timestamp:
- 23/05/08 14:54:30
(5 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1211547270 +0200
- git-parent:
[c9517f626f4402d3fdadab92e1c6d7d9fb2b18b6]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1211547270 +0200
- Message:
We need xlocale.h here too
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r59dec65 |
r3452c06 |
|
| 34 | 34 | #include <assert.h> |
|---|
| 35 | 35 | #include <limits.h> |
|---|
| | 36 | #ifdef __APPLE__ |
|---|
| | 37 | # include <xlocale.h> |
|---|
| | 38 | #else |
|---|
| 36 | 39 | #include <locale.h> |
|---|
| | 40 | #endif |
|---|
| 37 | 41 | |
|---|
| 38 | 42 | #include "configuration.h" |
|---|