From: erg Date: Wed, 9 Jan 2008 22:36:19 +0000 (+0000) Subject: Commit version of gvpr using the cgraph library. The relevant X-Git-Tag: LAST_LIBGRAPH~32^2~4883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=997fab2f81633f395f33196483fa352143f081e2;p=graphviz Commit version of gvpr using the cgraph library. The relevant code is wrapped in #ifdef USE_CGRAPH. --- diff --git a/cmd/gvpr/queue.h b/cmd/gvpr/queue.h index 823a3d6f3..b6af67003 100644 --- a/cmd/gvpr/queue.h +++ b/cmd/gvpr/queue.h @@ -21,7 +21,11 @@ extern "C" { #ifndef QUEUE_H #define QUEUE_H +#ifdef USE_CGRAPH +#include +#else #include +#endif typedef Dt_t queue;