summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-10 08:59:57 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-10 08:59:57 +0000
commitd3ef41e6b64d425853d046607200d52252dfee2a (patch)
treea26530d85b51c3cdc52dba51a2a43b74fe1cbe70 /configmgr
parentbcabfe8a5d5274c71725b9099392e8121810f7bd (diff)
include stdio.h to compile under Solaris 8
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/tree/cmtree.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/tree/cmtree.cxx b/configmgr/source/tree/cmtree.cxx
index 9fad331bf66e..2e8ab15b7a16 100644
--- a/configmgr/source/tree/cmtree.cxx
+++ b/configmgr/source/tree/cmtree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmtree.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: jb $ $Date: 2000-12-06 17:57:12 $
+ * last change: $Author: fs $ $Date: 2000-12-10 09:59:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,7 @@
*
************************************************************************/
+#include <stdio.h>
/* PLEASE DON'T DELETE ANY COMMENT LINES, ALSO IT'S UNNECESSARY. */
#include "cmtree.hxx"