pkgsrc/graphics/inkscape/patches/patch-am

12 lines
285 B
Text

$NetBSD: patch-am,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
gcc44 fixes
--- src/streams-zlib.cpp.orig 2008-03-11 04:19:29.000000000 +0000
+++ src/streams-zlib.cpp 2009-10-05 19:41:10.000000000 +0000
@@ -10,4 +10,5 @@
*/
+#include <cstdio>
#include <cstring>
#include <string>