From: Matthew Fernandez Date: Wed, 17 Nov 2021 03:30:45 +0000 (-0800) Subject: gvusershape.c: squash -Wmissing-prototypes warnings X-Git-Tag: 2.50.0~24^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b559f0f940d7b5b9695158d2221628d08090c2d;p=graphviz gvusershape.c: squash -Wmissing-prototypes warnings --- diff --git a/lib/gvc/gvusershape.c b/lib/gvc/gvusershape.c index b677bfcc0..8773f9f36 100644 --- a/lib/gvc/gvusershape.c +++ b/lib/gvc/gvusershape.c @@ -33,6 +33,9 @@ #define _BLD_gvc 1 #include #include +#include +#include +#include extern char *Gvimagepath; extern char *HTTPServerEnVar;