summaryrefslogtreecommitdiff
path: root/cosv/source/strings/streamstr.cxx
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-08-13 11:29:52 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-08-13 11:29:52 +0000
commitfcc0b40d3b4f2dbf4894dbf9a5ef9c54617c2b11 (patch)
tree242bdfcdf5d14af31d5d649d83748eeacd235f1a /cosv/source/strings/streamstr.cxx
parenta951aa6cf59ccc0fe9685852acc174b78d8ca7a9 (diff)
join: from OOO_STABLE_1_PORTS, #101685#
Diffstat (limited to 'cosv/source/strings/streamstr.cxx')
-rw-r--r--cosv/source/strings/streamstr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx
index aecfe5c4807c..1fc731ece82a 100644
--- a/cosv/source/strings/streamstr.cxx
+++ b/cosv/source/strings/streamstr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: streamstr.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: np $ $Date: 2002-05-14 08:08:46 $
+ * last change: $Author: mh $ $Date: 2002-08-13 12:29:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,7 @@
// NOT FULLY DECLARED SERVICES
#include <string.h>
#include <stdio.h>
-#if defined(WNT) || defined(LINUX)
+#if defined(WNT) || defined(LINUX) || defined(MACOSX)
#include <stdarg.h>
#else
#include <sys/varargs.h>