diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-16 18:35:33 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-16 18:35:33 +0000 |
| commit | b37f2550bf7563211ff5f298fe86f645646a3b53 (patch) | |
| tree | 49a5ead5b46669ee7915f8663c6133ceedeb955e /src | |
| parent | cleanup filter handling, fix hreffing, implement release and modified signal ... (diff) | |
| download | inkscape-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.h | 2 |
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" |
