diff options
Diffstat (limited to 'sal/osl/w32')
-rw-r--r-- | sal/osl/w32/conditn.c | 8 | ||||
-rw-r--r-- | sal/osl/w32/thread.c | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sal/osl/w32/conditn.c b/sal/osl/w32/conditn.c index ce9cfc07e6c1..208d5021066e 100644 --- a/sal/osl/w32/conditn.c +++ b/sal/osl/w32/conditn.c @@ -2,9 +2,9 @@ * * $RCSfile: conditn.c,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:23 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:50:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,10 @@ #include <osl/types.h> #include <osl/diagnose.h> +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif + /* under WIN32, we use the void* oslCondition as a WIN32 HANDLE (which is also a 32-bit value) diff --git a/sal/osl/w32/thread.c b/sal/osl/w32/thread.c index 4bb7edc431b1..3f218616f5c6 100644 --- a/sal/osl/w32/thread.c +++ b/sal/osl/w32/thread.c @@ -2,9 +2,9 @@ * * $RCSfile: thread.c,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tra $ $Date: 2001-02-14 08:53:48 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:50:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,9 @@ #include <osl/diagnose.h> #include <osl/thread.h> #include <rtl/alloc.h> +#ifndef _OSL_TIME_H_ +#include <osl/time.h> +#endif /* Thread-data structure hidden behind oslThread: |