From: Magnus Jacobsson Date: Wed, 28 Jul 2021 08:31:46 +0000 (+0200) Subject: plugin/gd: replace local declaration of gvrender_ptf with including gvcproc.h in... X-Git-Tag: 3.0.0~94^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfa59c6f055775dc7cbd0ba5d0a13cc944a40af1;p=graphviz plugin/gd: replace local declaration of gvrender_ptf with including gvcproc.h in gvrender_gd_vrml.c Towards https://gitlab.com/graphviz/graphviz/-/issues/2058. --- diff --git a/plugin/gd/gvrender_gd_vrml.c b/plugin/gd/gvrender_gd_vrml.c index f8a92f4b6..62e921fd4 100644 --- a/plugin/gd/gvrender_gd_vrml.c +++ b/plugin/gd/gvrender_gd_vrml.c @@ -32,12 +32,12 @@ #include #include #include +#include /* for wind() */ #include extern shape_kind shapeOf(node_t *); -extern pointf gvrender_ptf(GVJ_t *job, pointf p); extern pointf Bezier(pointf * V, int degree, double t, pointf * Left, pointf * Right); typedef enum { FORMAT_VRML, } format_type;