From: ellson Date: Tue, 14 Oct 2008 17:27:45 +0000 (+0000) Subject: changes for --with-cgraph X-Git-Tag: LAST_LIBGRAPH~32^2~3133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3019fc48f45f7053e8796334c44232a201b29d57;p=graphviz changes for --with-cgraph --- diff --git a/lib/gvc/gvloadimage.c b/lib/gvc/gvloadimage.c index 2249d6299..b22066cdb 100644 --- a/lib/gvc/gvloadimage.c +++ b/lib/gvc/gvloadimage.c @@ -32,7 +32,11 @@ #include "gvcproc.h" /* for agerr() */ +#if WITH_CGRAPH +#include "cgraph.h" +#else #include "graph.h" +#endif static int gvloadimage_select(GVJ_t * job, char *str) {