summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-10-29 14:25:29 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-10-29 14:25:29 +0000
commitf3f68e72623fa740a27d32b1baac22ce4c70a269 (patch)
tree9630bf4b2033992fce50d8d1e7d1bc06b41e3d26 /cppu
parent#88337# Documentation. (diff)
downloadcore-f3f68e72623fa740a27d32b1baac22ce4c70a269.tar.gz
core-f3f68e72623fa740a27d32b1baac22ce4c70a269.zip
#93739#
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/cppu/macros.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/inc/cppu/macros.hxx b/cppu/inc/cppu/macros.hxx
index bc8b49681df0..972f744ebdf7 100644
--- a/cppu/inc/cppu/macros.hxx
+++ b/cppu/inc/cppu/macros.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macros.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: dbo $ $Date: 2001-10-26 07:42:42 $
+ * last change: $Author: dbo $ $Date: 2001-10-29 15:25:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifndef _CPPU_MACROS_HXX_
#define _CPPU_MACROS_HXX_
+#ifndef _SAL_TYPES_H_
+#include <sal/types.h>
+#endif
#ifndef _UNO_LBNAMES_H_
#include <uno/lbnames.h>
#endif