summaryrefslogtreecommitdiff
path: root/sal/osl/w32/thread.c
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-14 08:50:26 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-14 08:50:26 +0000
commitd388c0acbc7c65d8a9fc71c068e7723b9c278e99 (patch)
tree60dc05408e5dd3a1784a2d5cb22511182f52ef6a /sal/osl/w32/thread.c
parent71b5c853158871900050ea9478169d49f5a3754f (diff)
#include <osl/time.h> added
Diffstat (limited to 'sal/osl/w32/thread.c')
-rw-r--r--sal/osl/w32/thread.c7
1 files changed, 5 insertions, 2 deletions
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: