From 3019fc48f45f7053e8796334c44232a201b29d57 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 14 Oct 2008 17:27:45 +0000 Subject: [PATCH] changes for --with-cgraph --- lib/gvc/gvloadimage.c | 4 ++++ 1 file changed, 4 insertions(+) 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) { -- 2.40.0