summaryrefslogtreecommitdiff
path: root/sal/inc/osl/file.hxx
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
commit6eb3b8e1955bd6dc822c4fb3a89f31ba2c2481a5 (patch)
tree5c0b2163357cd225cb8751b4479a8ec89c8b253c /sal/inc/osl/file.hxx
parentd11af4a54d7ea6d3b850380df855e3c8d6f3f964 (diff)
#include <osl/time.h> added
Diffstat (limited to 'sal/inc/osl/file.hxx')
-rw-r--r--sal/inc/osl/file.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index e953d52f3..39905515c 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: file.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 08:28:38 $
+ * 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
@@ -65,6 +65,10 @@
#ifdef __cplusplus
+#ifndef _OSL_TIME_H_
+#include <osl/time.h>
+#endif
+
#ifndef _RTL_MEMORY_H_
# include <rtl/memory.h>
#endif