From cca913f65de41984752789a64dfa4e98f12b3d1b Mon Sep 17 00:00:00 2001 From: ellson Date: Sun, 21 May 2006 19:43:46 +0000 Subject: [PATCH] mumble... --- lib/common/psgen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/psgen.c b/lib/common/psgen.c index 04288fe98..817e2ffa5 100644 --- a/lib/common/psgen.c +++ b/lib/common/psgen.c @@ -40,7 +40,9 @@ void epsf_emit_body(ps_image_t *img, FILE *of); extern void ps_freeusershapes(void); extern ps_image_t *ps_usershape_to_image(char *shapeimagefile); +#ifdef HAVE_LIBGD extern gdImagePtr gd_getshapeimage(char *name); +#endif static int N_pages, Cur_page; /* static point Pages; */ -- 2.40.0