]> granicus.if.org Git - graphviz/commit
plugin/core: include gvc/gvc.h in gvrender_core_dot.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 21 Sep 2021 09:18:26 +0000 (11:18 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 26 Sep 2021 06:36:51 +0000 (08:36 +0200)
commitabbb903186acc1a0a9e45fda34914e39b9b651f6
treea5d88dee5ab7376975869e97631a1af38a351f9d
parentbfa3e69dfe3a87993a4b8d3a66d12d05f2cfbff2
plugin/core: include gvc/gvc.h in gvrender_core_dot.c

E.g. attach_attrs used in gvrender_core_dot.c is declared in
lib/gvc/gvc.h.

Removes this warning (from using CMake with MinGW):

C:/Users/magja/graphviz/plugin/core/gvrender_core_dot.c:469:6: warning: implicit declaration of function 'attach_attrs' [-Wimplicit-function-declaration]
plugin/core/gvrender_core_dot.c