summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/thread.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-20 14:30:39 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-20 14:30:39 +0000
commit247ed90574d8a3a4db9371751e062ce00d4f13c0 (patch)
treea65dccbf6557b6b88f40b37ec84a51c5a891915f /cppu/source/threadpool/thread.hxx
parent20e5dfa38c20451b85bfd1438df64ab5dcafa80c (diff)
#include <osl/types> replaced by <sal/types.h>
Diffstat (limited to 'cppu/source/threadpool/thread.hxx')
-rw-r--r--cppu/source/threadpool/thread.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/cppu/source/threadpool/thread.hxx b/cppu/source/threadpool/thread.hxx
index 52bf17514ee3..cd7c5c4c0ca1 100644
--- a/cppu/source/threadpool/thread.hxx
+++ b/cppu/source/threadpool/thread.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jbu $ $Date: 2001-02-20 12:43:51 $
+ * last change: $Author: jl $ $Date: 2001-03-20 15:30:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,11 @@
#define _CPPU_THREADPOOL_THREAD_HXX
#include <list>
-#include <osl/types.h>
+
+#ifndef _SAL_TYPES_H_
+#include <sal/types.h>
+#endif
+
#include <osl/thread.h>
#include "jobqueue.hxx"