]> git.sesse.net Git - vlc/commitdiff
Include xlocale.h on OS X for locale_t
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 23 May 2008 12:48:04 +0000 (14:48 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 23 May 2008 12:48:16 +0000 (14:48 +0200)
src/text/charset.c

index 2e7f44a3944cd8c30e9489b690f7386d54a8efc9..7d090240cb9f36fbd5997880039dfc7bba1c371f 100644 (file)
@@ -53,6 +53,7 @@
 #ifdef __APPLE__
 #   include <errno.h>
 #   include <string.h>
+#   include <xlocale.h>
 #endif
 
 #include <vlc_charset.h>