diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:46:06 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:46:06 +0000 |
commit | f3a1836cea0885e9e9b1d8c99b3fbdd4f7a523c9 (patch) | |
tree | 38470591f27c27624e1ac6e9ac6c4569d899b231 /jvmfwk | |
parent | 9c2347b66e76c7bf6eb9c5a571b830c2ddb2dce0 (diff) |
INTEGRATION: CWS gcc430two (1.14.14); FILE MERGED
2008/01/28 09:53:07 rene 1.14.14.1: more gcc 4.3.0 things
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx index 142b95736787..24256f506a88 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx @@ -4,9 +4,9 @@ * * $RCSfile: util.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2007-12-06 17:44:50 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:46:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,6 +61,7 @@ #pragma warning(pop) #endif #endif +#include <string.h> #include "sunjre.hxx" #include "vendorlist.hxx" |