load rrd_config.h before rrd_client.h since its content is expected to be present...
[rrdtool.git] / src / rrd_gfx.c
index fa93861..421332f 100644 (file)
@@ -124,7 +124,7 @@ static PangoLayout *gfx_prep_text(
     const char *text)
 {
     PangoLayout  *layout = im->layout;
-    PangoFontDescription *pfd;
+    const PangoFontDescription *pfd;
     cairo_t  *cr = im->cr;
 
     static double last_tabwidth = -1;