Commit 3452c06f authored by Felix Paul Kühne's avatar Felix Paul Kühne

We need xlocale.h here too

parent c9517f62
......@@ -33,7 +33,11 @@
#include <errno.h> /* errno */
#include <assert.h>
#include <limits.h>
#ifdef __APPLE__
# include <xlocale.h>
#else
#include <locale.h>
#endif
#include "configuration.h"
#include "modules/modules.h"
......
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