diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 09:51:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 09:51:12 +0000 |
commit | 1ed7114620f90e99116a5656cdf847fd1040575a (patch) | |
tree | 0f75eb190c9095b568f17c7a389ef25614a2f582 /registry/source/registry.cxx | |
parent | 05ac712fcdcca564d24441b28894d2f5427bbef3 (diff) |
#65293#: include <string.h>
Diffstat (limited to 'registry/source/registry.cxx')
-rw-r--r-- | registry/source/registry.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx index 8b93e5614bc8..11e6222e86a2 100644 --- a/registry/source/registry.cxx +++ b/registry/source/registry.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registry.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-08-29 09:28:06 $ + * last change: $Author: hr $ $Date: 2002-02-21 10:51:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,6 +80,7 @@ #include <io.h> #endif +#include <string.h> #if defined(UNX) #include <stdlib.h> #include <unistd.h> |