summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/source/stream/strmsys.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/stream/strmsys.cxx b/tools/source/stream/strmsys.cxx
index 4430a5959498..56e3448a850c 100644
--- a/tools/source/stream/strmsys.cxx
+++ b/tools/source/stream/strmsys.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: strmsys.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:01:47 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:03:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,4 +40,6 @@
#include "strmwnt.cxx"
#elif defined UNX
#include "strmunx.cxx"
+#elif defined OS2
+#include "strmos2.cxx"
#endif