diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:45:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:45:53 +0000 |
commit | 9c2347b66e76c7bf6eb9c5a571b830c2ddb2dce0 (patch) | |
tree | c19756cba7c5beab3ae9533690a105bd6d6e4d13 /jvmfwk | |
parent | 5e14c0f6f7746817ec066c90cf31bdde0844a603 (diff) |
INTEGRATION: CWS gcc430two (1.23.16); FILE MERGED
2008/01/28 09:53:07 rene 1.23.16.1: more gcc 4.3.0 things
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx index 6e7f5119a823..ac74a4a9f508 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sunjavaplugin.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2007-11-13 14:20:50 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:45:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,6 +38,7 @@ #if OSL_DEBUG_LEVEL > 0 #include <stdio.h> #endif +#include <string.h> #include "boost/scoped_array.hpp" #include "osl/diagnose.h" |