<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/ipa/ipa.c~	2006-06-10 16:54:43.000000000 +0200
+++ src/ipa/ipa.c	2006-06-10 16:54:46.000000000 +0200
@@ -31,6 +31,12 @@
 #include &lt;unistd.h&gt;
 #endif
 
+#ifndef HAVE_GD
+#ifdef HAVE_LIBPNG
+#include &lt;png.h&gt;
+#endif
+#endif
+
 /* Define WMF_API if this is module so that ipa headers are included via "wmfdefs.h" first
  */
 #define WMF_IPA 1
</pre></body></html>