diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-14 09:01:10 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-14 09:01:10 +0000 |
commit | 0702fc1cb404d475b54f6d7f23e2c4cdc90642d1 (patch) | |
tree | 8fbcbc6f23f54dc7613dbfedb032d82dbcfbea6c /vos/source/thread.cxx | |
parent | 7c54214b912100ba626a7ef8bf4542e0fb1af670 (diff) |
#include <osl/time.h> added
Diffstat (limited to 'vos/source/thread.cxx')
-rw-r--r-- | vos/source/thread.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vos/source/thread.cxx b/vos/source/thread.cxx index 1623f157f928..d632bafa2a83 100644 --- a/vos/source/thread.cxx +++ b/vos/source/thread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: thread.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hro $ $Date: 2000-09-29 10:53:07 $ + * last change: $Author: jl $ $Date: 2001-03-14 10:01:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,9 @@ * ************************************************************************/ - +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif #include <vos/diagnose.hxx> #include <vos/object.hxx> #include <vos/thread.hxx> |