some systems seem to not include locale.h even with ENABLE_NLS set
This commit is contained in:
parent
005eb35ee8
commit
2fd2473de5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#if defined(USE_PANGO) && !defined(ENABLE_NLS)
|
#ifdef USE_PANGO
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue