[vlc-devel] commit: Include xlocale.h on OS X for locale_t ( Felix Paul Kühne )
git version control
git at videolan.org
Fri May 23 14:46:55 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri May 23 14:48:04 2008 +0200| [c9517f626f4402d3fdadab92e1c6d7d9fb2b18b6]
Include xlocale.h on OS X for locale_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9517f626f4402d3fdadab92e1c6d7d9fb2b18b6
---
src/text/charset.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/text/charset.c b/src/text/charset.c
index 2e7f44a..7d09024 100644
--- a/src/text/charset.c
+++ b/src/text/charset.c
@@ -53,6 +53,7 @@
#ifdef __APPLE__
# include <errno.h>
# include <string.h>
+# include <xlocale.h>
#endif
#include <vlc_charset.h>
More information about the vlc-devel
mailing list