From: Magnus Jacobsson Date: Tue, 21 Sep 2021 09:18:26 +0000 (+0200) Subject: pack: include gvc/gvc.h in ptest.c X-Git-Tag: 2.49.2~39^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfa3e69dfe3a87993a4b8d3a66d12d05f2cfbff2;p=graphviz pack: include gvc/gvc.h in ptest.c E.g. attach_attrs used in ptest.c is declared in lib/gvc/gvc.h. This change is not strictly necessary since gvc/gvc.h is indirectly included through common/render.h anyway, but a direct inclusion is clearer and will avoid confusion when an upcoming commit removes a duplicated declaration of attach_attrs from utils.h. --- diff --git a/lib/pack/ptest.c b/lib/pack/ptest.c index 98c2a8e7a..137956ef0 100644 --- a/lib/pack/ptest.c +++ b/lib/pack/ptest.c @@ -10,6 +10,7 @@ #include #include +#include #include #include