summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 11:16:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 11:16:53 +0000
commitd6e245a70d5047d77e71b39d06cb698364ab864f (patch)
tree10b362ce0dadf13fd95094dfc585632b7638a162 /stoc/source
parent8130b32b67068462c835c8da6a038d2d1f62826d (diff)
#65293#: include <string.h>
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx5
-rw-r--r--stoc/source/javavm/javavm.cxx5
-rw-r--r--stoc/source/javavm/jvmargs.cxx6
3 files changed, 10 insertions, 6 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index 0db0bb85761c..7b24d3c3c818 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implreg.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: jbu $ $Date: 2001-12-03 17:50:06 $
+ * last change: $Author: hr $ $Date: 2002-02-21 12:16:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+#include <string.h>
#include <list>
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index d5e39692a8f0..78efdfee431e 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javavm.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: cp $ $Date: 2002-01-20 20:11:04 $
+ * last change: $Author: hr $ $Date: 2002-02-21 12:14:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#include <signal.h>
#endif
+#include <string.h>
#include <time.h>
diff --git a/stoc/source/javavm/jvmargs.cxx b/stoc/source/javavm/jvmargs.cxx
index 552dbe618171..647be9a00d27 100644
--- a/stoc/source/javavm/jvmargs.cxx
+++ b/stoc/source/javavm/jvmargs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jvmargs.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cp $ $Date: 2002-01-20 20:11:04 $
+ * last change: $Author: hr $ $Date: 2002-02-21 12:14:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,8 @@
#endif
+#include <string.h>
+
#include "jvmargs.hxx"
#include <osl/diagnose.h>