diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-02-05 15:41:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-02-05 15:41:16 +0000 |
commit | 5bc79fb3f1a837b4b4d2e2ebd4ff3eba674a9f84 (patch) | |
tree | f8b1b45710bdad555b4c3649bdfbd9f73cb899b7 /vcl/source/helper | |
parent | fb72a53dc6ff64001cbdebbdd908b7cf71aa8723 (diff) |
add include svsys.h
Diffstat (limited to 'vcl/source/helper')
-rw-r--r-- | vcl/source/helper/xconnection.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx index 7ef397a92bbe..2b5440699b8a 100644 --- a/vcl/source/helper/xconnection.cxx +++ b/vcl/source/helper/xconnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xconnection.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: pl $ $Date: 2001-02-01 14:08:05 $ + * last change: $Author: kz $ $Date: 2001-02-05 16:41:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ * ************************************************************************/ +#ifndef _SV_SVSYS_HXX +#include <svsys.h> +#endif #include <xconnection.hxx> #include <svdata.hxx> #include <salinst.hxx> |