diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 11:16:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 11:16:53 +0000 |
commit | d6e245a70d5047d77e71b39d06cb698364ab864f (patch) | |
tree | 10b362ce0dadf13fd95094dfc585632b7638a162 /rdbmaker | |
parent | 8130b32b67068462c835c8da6a038d2d1f62826d (diff) |
#65293#: include <string.h>
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/codemaker/global.cxx | 5 | ||||
-rw-r--r-- | rdbmaker/source/rdbmaker/rdboptions.cxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index c5c8e906b80a..bf3fc7a534eb 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jsc $ $Date: 2001-11-26 12:20:23 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:13:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,7 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> #if defined(SAL_W32) || defined(SAL_OS2) #include <io.h> #include <direct.h> diff --git a/rdbmaker/source/rdbmaker/rdboptions.cxx b/rdbmaker/source/rdbmaker/rdboptions.cxx index 9e0e90c6d983..ea9ab867c8f2 100644 --- a/rdbmaker/source/rdbmaker/rdboptions.cxx +++ b/rdbmaker/source/rdbmaker/rdboptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rdboptions.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:29:08 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:15:47 $ * * 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 "rdboptions.hxx" |