summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/source/fsys/comdep.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/fsys/comdep.cxx b/tools/source/fsys/comdep.cxx
index 50331ebcf52c..8e557fa95d27 100644
--- a/tools/source/fsys/comdep.cxx
+++ b/tools/source/fsys/comdep.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: comdep.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:10:11 $
+ * last change: $Author: hr $ $Date: 2007-11-02 13:01:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,4 +54,6 @@ DBG_NAMEEX( DirEntry )
#include "unx.cxx"
#elif defined WNT
#include "wntmsc.cxx"
+#elif defined OS2
+#include "os2.cxx"
#endif