From: Fredrick Meunier <fredm@spamcop.net>
Subject: Fix FTBFS with libpng 1.5
Origin: upstream, http://fuse-emulator.svn.sourceforge.net/viewvc/fuse-emulator?view=revision&revision=4359
Bug-Debian: http://bugs.debian.org/649803
Index: fuse-emulator/screenshot.c
===================================================================
--- fuse-emulator.orig/screenshot.c
+++ fuse-emulator/screenshot.c
@@ -49,6 +49,7 @@
 #ifdef USE_LIBPNG
 
 #include <png.h>
+#include <zlib.h>
 
 static int get_rgb32_data( libspectrum_byte *rgb32_data, size_t stride,
 			   size_t height, size_t width );
