From a16a180977b19f9d4be11cec8261f842f41be256 Mon Sep 17 00:00:00 2001 From: ellson Date: Sun, 21 May 2006 19:30:48 +0000 Subject: [PATCH] wrap #include "gd.h" in a HAVE_LIBGD conditional --- lib/common/psgen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/common/psgen.c b/lib/common/psgen.c index 15e957418..04288fe98 100644 --- a/lib/common/psgen.c +++ b/lib/common/psgen.c @@ -24,7 +24,10 @@ #include "render.h" #include "ps.h" #include "agxbuf.h" + +#ifdef HAVE_LIBGD #include "gd.h" +#endif #ifndef MSWIN32 #include -- 2.40.0