From bfa3e69dfe3a87993a4b8d3a66d12d05f2cfbff2 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Tue, 21 Sep 2021 11:18:26 +0200 Subject: [PATCH] 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. --- lib/pack/ptest.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0