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
Plaintext
15 lines
279 B
Plaintext
$NetBSD: patch-ap,v 1.3 2015/02/03 13:55:12 adam Exp $
|
|
|
|
GCC 4.4 fix.
|
|
|
|
--- src/io/uristream.cpp.orig 2014-11-30 18:45:32.000000000 +0000
|
|
+++ src/io/uristream.cpp
|
|
@@ -15,6 +15,7 @@
|
|
#include "sys.h"
|
|
#include <string>
|
|
#include <cstring>
|
|
+#include <cstdio>
|
|
|
|
|
|
namespace Inkscape
|