diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 10:35:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 10:35:11 +0000 |
commit | ba4c56c1e11f60a85e4efa5ffef8c6e35107ad12 (patch) | |
tree | ae2dc8db22c4fe557fac42efe54052a06736f041 /codemaker | |
parent | 6e026cae7c707fe797f0af9987b26ae1ac2cd5e4 (diff) |
#65293#: include <string.h>
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/global.cxx | 5 | ||||
-rw-r--r-- | codemaker/source/cppumaker/cppuoptions.cxx | 7 | ||||
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index d19653de8ddc..b82d6e25271d 100644 --- a/codemaker/source/codemaker/global.cxx +++ b/codemaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: jsc $ $Date: 2001-11-15 13:00:46 $ + * last change: $Author: hr $ $Date: 2002-02-21 11:31:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,7 @@ #include <osl/file.hxx> #endif +#include <string.h> #include <stdlib.h> #include <stdio.h> #if defined(SAL_W32) || defined(SAL_OS2) diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx index 7332907bc7f3..481c48805349 100644 --- a/codemaker/source/cppumaker/cppuoptions.cxx +++ b/codemaker/source/cppumaker/cppuoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cppuoptions.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jsc $ $Date: 2001-04-11 08:30:40 $ + * last change: $Author: hr $ $Date: 2002-02-21 11:35:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,8 @@ * * ************************************************************************/ -#include <stdio.h> +#include <stdio.h> +#include <string.h> #include "cppuoptions.hxx" diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 65b2d6416d85..227ccbd8d663 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cpputype.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: dbo $ $Date: 2001-10-19 13:26:20 $ + * last change: $Author: hr $ $Date: 2002-02-21 11:35:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,7 @@ ************************************************************************/ #include <stdio.h> +#include <string.h> #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> #endif |