summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 10:35:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 10:35:11 +0000
commitba4c56c1e11f60a85e4efa5ffef8c6e35107ad12 (patch)
treeae2dc8db22c4fe557fac42efe54052a06736f041 /codemaker
parent6e026cae7c707fe797f0af9987b26ae1ac2cd5e4 (diff)
#65293#: include <string.h>
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/codemaker/global.cxx5
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx7
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx5
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