diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:46:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:46:31 +0000 |
commit | 009c056d51a6c6a87f689b8c6afe9d09d289396b (patch) | |
tree | 661cdbf768bae51c7182e2e5e34079b6c7ec9d02 /jvmfwk/source | |
parent | 610c3dbbddad87481c89c10470ceecd2d43a17c6 (diff) |
INTEGRATION: CWS gcc430two (1.27.24); FILE MERGED
2008/01/28 09:53:08 rene 1.27.24.1: more gcc 4.3.0 things
Diffstat (limited to 'jvmfwk/source')
-rw-r--r-- | jvmfwk/source/fwkutil.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx index 4a50d64b5a70..0f407df782e5 100644 --- a/jvmfwk/source/fwkutil.cxx +++ b/jvmfwk/source/fwkutil.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fwkutil.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: vg $ $Date: 2007-10-15 12:07:40 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:46:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,6 +47,7 @@ #endif #include <string> +#include <string.h> #include "osl/mutex.hxx" #include "osl/module.hxx" #include "osl/thread.hxx" |