mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
279 B
C
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>
|