some systems seem to not include locale.h even with ENABLE_NLS set

This commit is contained in:
Mikael Magnusson 2006-08-19 13:49:53 +00:00
parent 005eb35ee8
commit 2fd2473de5

View file

@ -28,7 +28,7 @@
#include <glib.h>
#include <string.h>
#include <stdlib.h>
#if defined(USE_PANGO) && !defined(ENABLE_NLS)
#ifdef USE_PANGO
#include <locale.h>
#endif