Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
3452c06f
Commit
3452c06f
authored
May 23, 2008
by
Felix Paul Kühne
Browse files
We need xlocale.h here too
parent
c9517f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config/file.c
View file @
3452c06f
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment