diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:31:19 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:31:19 +0000 |
commit | 9d73b17cac0df14084a659379eaae7e5ca6be222 (patch) | |
tree | 3fd6f0a88efe44b331c132aff0e6cc994989c35d /io/test | |
parent | 63a8d2bfa0475ff57048c6b22e5521871d337d3f (diff) |
#include <osl/time.h> added
Diffstat (limited to 'io/test')
-rw-r--r-- | io/test/stm/pumptest.cxx | 8 | ||||
-rw-r--r-- | io/test/testconnection.cxx | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index 210257b7d..25cb363af 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pumptest.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: armin $ $Date: 2001-03-08 09:27:01 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:31:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,10 @@ ************************************************************************/ #include <stdio.h> +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif + #include <osl/diagnose.h> #include <com/sun/star/test/XSimpleTest.hpp> diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index 27dd2d075..7d0d65ea0 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testconnection.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jl $ $Date: 2001-03-12 15:53:24 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:31:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,10 @@ ************************************************************************/ #include <stdio.h> +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif + #include <osl/diagnose.h> #include <vos/thread.hxx> |