]> Dogcows Code - chaz/openbox/commitdiff
some systems seem to not include locale.h even with ENABLE_NLS set
authorMikael Magnusson <mikachu@comhem.se>
Sat, 19 Aug 2006 13:49:53 +0000 (13:49 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 19 Aug 2006 13:49:53 +0000 (13:49 +0000)
render/font.c

index 79a5b40d671e113b4e9e40ed631a9965ad05ac37..5771a1c225b459bf03a2a35bfac3f841c67ada48 100644 (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
 
This page took 0.022623 seconds and 4 git commands to generate.