summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-14 12:45:28 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-14 12:45:28 +0000
commit4c5e2d7303b9536f28b0448d6884477dcc150359 (patch)
tree258c69105fcef5701574fed245d8fde9dca4edc4 /jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
parent#i20052# (diff)
downloadcore-4c5e2d7303b9536f28b0448d6884477dcc150359.tar.gz
core-4c5e2d7303b9536f28b0448d6884477dcc150359.zip
#i20052#
Diffstat (limited to 'jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx')
-rwxr-xr-xjvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx9
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 ))