summaryrefslogtreecommitdiff
path: root/bridges/test/testcomp.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-14 08:31:19 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-14 08:31:19 +0000
commit0c7de5cb8e0d5a2e61dbdc64402c1f6febc12dbb (patch)
tree7a1bd56ad94c77453fb6aa6ddd18cb150fc552e5 /bridges/test/testcomp.cxx
parentbd6372e636a1edf13f6c433de4c5c4b5045a5e4d (diff)
#include <osl/time.h> added
Diffstat (limited to 'bridges/test/testcomp.cxx')
-rw-r--r--bridges/test/testcomp.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bridges/test/testcomp.cxx b/bridges/test/testcomp.cxx
index f4d74cc12494..a632e77de2df 100644
--- a/bridges/test/testcomp.cxx
+++ b/bridges/test/testcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testcomp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:28:51 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:25:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#include <string.h>
#include <stdlib.h>
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
#include <uno/threadpool.h>
#include <osl/mutex.hxx>