summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-11-16 18:35:33 +0000
committerishmal <ishmal@users.sourceforge.net>2006-11-16 18:35:33 +0000
commitb37f2550bf7563211ff5f298fe86f645646a3b53 (patch)
tree49a5ead5b46669ee7915f8663c6133ceedeb955e /src
parentcleanup filter handling, fix hreffing, implement release and modified signal ... (diff)
downloadinkscape-b37f2550bf7563211ff5f298fe86f645646a3b53.tar.gz
inkscape-b37f2550bf7563211ff5f298fe86f645646a3b53.zip
change include to not interfere with other instances of uri.h
(bzr r1961)
Diffstat (limited to 'src')
-rw-r--r--src/dom/io/uristream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/uristream.h b/src/dom/io/uristream.h
index 45d44b71d..925e2e4bc 100644
--- a/src/dom/io/uristream.h
+++ b/src/dom/io/uristream.h
@@ -37,7 +37,7 @@
*/
-#include "uri.h"
+#include "dom/uri.h"
#include "domstream.h"
#include "httpclient.h"