From: ishmal Date: Thu, 16 Nov 2006 18:35:33 +0000 (+0000) Subject: change include to not interfere with other instances of uri.h X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=08920561a178577b4a3faef771a487b757551b0d;p=inkscape.git change include to not interfere with other instances of uri.h --- 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"