]> granicus.if.org Git - graphviz/commitdiff
changes for --with-cgraph
authorellson <devnull@localhost>
Tue, 14 Oct 2008 17:27:45 +0000 (17:27 +0000)
committerellson <devnull@localhost>
Tue, 14 Oct 2008 17:27:45 +0000 (17:27 +0000)
lib/gvc/gvloadimage.c

index 2249d62996198e4d47da9642e6d1a4032c466296..b22066cdbfc6d3dc383e51ec3dbd08226cd560cc 100644 (file)
 #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)
 {