diff options
author | Joachim Lingner <jl@openoffice.org> | 2004-05-14 12:45:28 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2004-05-14 12:45:28 +0000 |
commit | 4c5e2d7303b9536f28b0448d6884477dcc150359 (patch) | |
tree | 258c69105fcef5701574fed245d8fde9dca4edc4 /jvmfwk/plugins/sunmajor/javaenvsetup | |
parent | a4f62cc3474eb25826ee0e509a1ef9ab61d8ba08 (diff) |
#i20052#
Diffstat (limited to 'jvmfwk/plugins/sunmajor/javaenvsetup')
-rwxr-xr-x | jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx index a30c1298c13d..b4326b068506 100755 --- a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx +++ b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javaldx.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jl $ $Date: 2004-05-07 14:49:41 $ + * last change: $Author: jl $ $Date: 2004-05-14 13:45:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,13 +59,16 @@ * ************************************************************************/ #include <stdio.h> -#include <strings.h> +#include <stdlib.h> +#include <string.h> #include "osl/thread.h" #include "sal/types.h" #include "rtl/ustring.hxx" #include "rtl/byteseq.hxx" #include "jvmfwk/framework.h" + + using namespace rtl; #define OUSTR(x) OUString(RTL_CONSTASCII_USTRINGPARAM( x )) |