update Sun Nov 29 12:37:00 PST 2009
[pkgsrc.git] / graphics / inkscape / patches / patch-am
1 $NetBSD: patch-am,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
2
3 gcc44 fixes 
4
5 --- src/streams-zlib.cpp.orig   2008-03-11 04:19:29.000000000 +0000
6 +++ src/streams-zlib.cpp        2009-10-05 19:41:10.000000000 +0000
7 @@ -10,4 +10,5 @@
8   */
9  
10 +#include <cstdio>
11  #include <cstring>
12  #include <string>