Commit 0ce5cde7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

messages: compilation fix for OS X

parent 3f424a26
......@@ -35,7 +35,11 @@
#include <vlc_common.h>
#include <stdarg.h> /* va_list for BSD */
#ifdef __APPLE__
#include <xlocale.h>
#else
#include <locale.h>
#endif
#include <errno.h> /* errno */
#ifdef WIN32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment