summaryrefslogtreecommitdiffstats
path: root/registry/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 10:03:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 10:03:37 +0000
commit6e026cae7c707fe797f0af9987b26ae1ac2cd5e4 (patch)
tree1ad576ef2f12eef3f735a8bfaa394f1add0bd7b7 /registry/tools
parent#65293#: include <string.h> (diff)
downloadcore-6e026cae7c707fe797f0af9987b26ae1ac2cd5e4.tar.gz
core-6e026cae7c707fe797f0af9987b26ae1ac2cd5e4.zip
#65293#: include <string.h>
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/checksingleton.cxx5
-rw-r--r--registry/tools/regcompare.cxx5
2 files changed, 6 insertions, 4 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 14f41a47ee98..33ba8822e509 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: checksingleton.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-09-26 14:12:30 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:03:37 $
*
* 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>
+#include <string.h>
#include <set>
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index d3c4411d474c..d35e2a169d57 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regcompare.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: jsc $ $Date: 2001-12-10 14:53:31 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:03:37 $
*
* 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>
+#include <string.h>
#include <set>
#include <vector>