summaryrefslogtreecommitdiff
path: root/graphics/librsvg/patches/patch-rsvg-io.c
blob: b0cb78ce7a21ab027abcbae0d1f07afc102c2617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-rsvg-io.c,v 1.1 2012/07/08 23:03:17 wiz Exp $

rsvg_get_file_path is an externally visible function.
Fixes NetBSD-5.1/amd64 build.
Patch from Matthew Dempsky in
https://bugzilla.gnome.org/show_bug.cgi?id=677661

--- rsvg-io.c.orig	2012-03-26 12:25:08.000000000 +0000
+++ rsvg-io.c
@@ -24,6 +24,7 @@
 
 #include "rsvg-io.h"
 #include "rsvg-private.h"
+#include "rsvg-image.h"
 
 #include <string.h>