diff options
Diffstat (limited to 'tools/unx/source/dll/toolsdll.cxx')
-rw-r--r-- | tools/unx/source/dll/toolsdll.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/unx/source/dll/toolsdll.cxx b/tools/unx/source/dll/toolsdll.cxx index ff2476fc163c..06c923b2cb73 100644 --- a/tools/unx/source/dll/toolsdll.cxx +++ b/tools/unx/source/dll/toolsdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsdll.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:05:56 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:23:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_tools.hxx" #ifndef _SHL_HXX -#include <shl.hxx> +#include <tools/shl.hxx> #endif static void* aAppData[SHL_COUNT]; |