192f13f1bf
and myself. Amongst other things, this fixes some 64-bit issues. ok ajacoutot@
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
$OpenBSD: patch-src_mediafile_PNGImageFile_cxx,v 1.2 2009/09/02 08:52:22 sthen Exp $
|
|
--- src/mediafile/PNGImageFile.cxx.orig Sun Apr 6 01:30:49 2008
|
|
+++ src/mediafile/PNGImageFile.cxx Thu Apr 9 01:04:26 2009
|
|
@@ -16,8 +16,7 @@
|
|
#include <string.h>
|
|
#include "Pack.h"
|
|
#include "bzfio.h"
|
|
-#include "../zlib/zconf.h"
|
|
-#include "../zlib/zlib.h"
|
|
+#include <zlib.h>
|
|
|
|
#ifndef _WIN32
|
|
#include <netinet/in.h>
|