diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 10:03:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 10:03:37 +0000 |
commit | 6e026cae7c707fe797f0af9987b26ae1ac2cd5e4 (patch) | |
tree | 1ad576ef2f12eef3f735a8bfaa394f1add0bd7b7 | |
parent | 1ed7114620f90e99116a5656cdf847fd1040575a (diff) |
#65293#: include <string.h>
-rw-r--r-- | registry/tools/checksingleton.cxx | 5 | ||||
-rw-r--r-- | registry/tools/regcompare.cxx | 5 |
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> |