2016-11-18 22:39:22 +01:00

15 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>