From: Mikael Magnusson Date: Wed, 20 Jul 2005 19:51:57 +0000 (+0000) Subject: --disable-nls disables locale.h which is needed for pango, sort of X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=eecc4572922ba2b9f7556bfcf50b91b29d42e074;p=chaz%2Fopenbox --disable-nls disables locale.h which is needed for pango, sort of --- diff --git a/render/font.c b/render/font.c index 5324fd30..4f64f5e3 100644 --- a/render/font.c +++ b/render/font.c @@ -28,6 +28,9 @@ #include #include #include +#if USE_PANGO && !ENABLE_NLS +#include +#endif #define ELIPSES "..." #define ELIPSES_LENGTH(font) \