diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:50:26 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:50:26 +0000 |
commit | d388c0acbc7c65d8a9fc71c068e7723b9c278e99 (patch) | |
tree | 60dc05408e5dd3a1784a2d5cb22511182f52ef6a /sal/inc/osl/thread.h | |
parent | 71b5c853158871900050ea9478169d49f5a3754f (diff) |
#include <osl/time.h> added
Diffstat (limited to 'sal/inc/osl/thread.h')
-rw-r--r-- | sal/inc/osl/thread.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sal/inc/osl/thread.h b/sal/inc/osl/thread.h index 37a9b41558fe..0d75ad0e2104 100644 --- a/sal/inc/osl/thread.h +++ b/sal/inc/osl/thread.h @@ -2,9 +2,9 @@ * * $RCSfile: thread.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: martin.maher $ $Date: 2000-09-29 14:46:20 $ + * 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 @@ -62,6 +62,11 @@ #ifndef _OSL_THREAD_H_ #define _OSL_THREAD_H_ +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif + + #ifndef _OSL_TYPES_H_ # include <osl/types.h> #endif |