with filesystems/fuse. From Kamil Rytarowski in PR 50662. Fuse is the Free Unix Spectrum Emulator. * Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any computer you're likely to try it on. * Support for loading from .tzx files. * Sound (on system supporting the Open Sound System or BSD/Solaris). * Kempston joystick emulation. * Emulation of the various printers you could attach to the Spectrum. * Very basic support for RZX files.
14 lines
279 B
C
14 lines
279 B
C
$NetBSD: patch-screenshot.c,v 1.1 2016/01/17 14:27:38 wiz Exp $
|
|
|
|
Include Zlib header.
|
|
|
|
--- screenshot.c.orig 2013-05-16 20:26:23.000000000 +0000
|
|
+++ screenshot.c
|
|
@@ -47,6 +47,7 @@
|
|
|
|
#ifdef USE_LIBPNG
|
|
|
|
+#include <zlib.h>
|
|
#include <png.h>
|
|
#ifdef HAVE_ZLIB_H
|
|
#include <zlib.h>
|