diff options
Diffstat (limited to 'sal/inc/osl/thread.hxx')
-rw-r--r-- | sal/inc/osl/thread.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sal/inc/osl/thread.hxx b/sal/inc/osl/thread.hxx index d2c982787178..90faaab563f4 100644 --- a/sal/inc/osl/thread.hxx +++ b/sal/inc/osl/thread.hxx @@ -2,9 +2,9 @@ * * $RCSfile: thread.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mhu $ $Date: 2001-03-13 11:58:57 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:48:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,11 @@ #ifdef __cplusplus +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif + + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |