pkgsrc/multimedia/tvtime/patches/patch-al
jnemeth 5b049c2e0d Don't depend on png.h in include zlib.h.
Requested by jmcneill@.
2011-01-17 17:57:01 +00:00

12 lines
282 B
Text

$NetBSD: patch-al,v 1.1 2011/01/17 17:57:01 jnemeth Exp $
--- src/pngoutput.c.orig 2003-09-26 18:07:41.000000000 +0000
+++ src/pngoutput.c
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <png.h>
+#include <zlib.h>
#include "pngoutput.h"
struct pngoutput_s