Description: Include zlib.h instead of declaring the type
Bug: http://bugs.debian.org/660415
Author: Bas Wijnen <wijnen@debian.org>
Forwarded: no
Last-Update: 2012-02-27

Index: openmsx-0.8.2/src/serialize.hh
===================================================================
--- openmsx-0.8.2.orig/src/serialize.hh	2012-01-25 21:49:36.000000000 +0100
+++ openmsx-0.8.2/src/serialize.hh	2012-02-27 08:43:13.358464438 +0100
@@ -18,8 +18,7 @@
 #include <sstream>
 #include <cassert>
 #include <memory>
-
-typedef void* gzFile;
+#include <zlib.h>
 
 namespace openmsx {
 
