summaryrefslogtreecommitdiff
path: root/sal/osl/unx/conditn.c
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-16 12:14:43 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-16 12:14:43 +0000
commit4fd04b6224b240bc8b890f4d25d71442108fb1c1 (patch)
tree1e0ad1606a99b1d7ee83f0e4cc11eda13980b52b /sal/osl/unx/conditn.c
parent36a6c0fada6fe2e753b8cbd22f0daa1b6ae00792 (diff)
#include <osl/types.h> removed and #include <sal/types.h inserted
Diffstat (limited to 'sal/osl/unx/conditn.c')
-rw-r--r--sal/osl/unx/conditn.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sal/osl/unx/conditn.c b/sal/osl/unx/conditn.c
index 8276c53ccd8d..93569f36c010 100644
--- a/sal/osl/unx/conditn.c
+++ b/sal/osl/unx/conditn.c
@@ -2,9 +2,9 @@
*
* $RCSfile: conditn.c,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 09:48:11 $
+ * last change: $Author: jl $ $Date: 2001-03-16 13:14:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,8 +62,11 @@
#include "system.h"
+#ifndef _SAL_TYPES_H_
+#include <sal/types.h>
+#endif
+
#include <osl/conditn.h>
-#include <osl/types.h>
#include <osl/diagnose.h>
#ifndef _OSL_TIME_H_