From: erg Date: Mon, 23 Jul 2007 21:37:24 +0000 (+0000) Subject: Wrap fontconfig include in #ifdef HAVE_FONTCONFIG X-Git-Tag: LAST_LIBGRAPH~32^2~5501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c10e7e3377e84de7307f58d4f3aed83ad546077f;p=graphviz Wrap fontconfig include in #ifdef HAVE_FONTCONFIG --- diff --git a/plugin/pango/gvtextlayout_pango.c b/plugin/pango/gvtextlayout_pango.c index 443f9e189..2da0e54f0 100644 --- a/plugin/pango/gvtextlayout_pango.c +++ b/plugin/pango/gvtextlayout_pango.c @@ -19,7 +19,9 @@ #endif #include +#ifdef HAVE_FONTCONFIG #include +#endif #include "gvplugin_textlayout.h" #ifdef HAVE_PANGOCAIRO