summaryrefslogtreecommitdiff
path: root/stoc/source/javaloader
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-26 10:59:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-26 10:59:59 +0000
commitfe3e32930bf62137ef7600a96a45247f1b6012e1 (patch)
tree4ac84e0cc0aa4afff90f1f6954dae0efc9aec862 /stoc/source/javaloader
parent06bec3d9cbad6836db6c2f490d1abeda544060dd (diff)
#65293#: jni.h/stdarg.h header clash. Workaround by including cstdarg before jni.h
Diffstat (limited to 'stoc/source/javaloader')
-rw-r--r--stoc/source/javaloader/javaloader.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx
index c55e545335c1..ad64f42d0aba 100644
--- a/stoc/source/javaloader/javaloader.cxx
+++ b/stoc/source/javaloader/javaloader.cxx
@@ -2,9 +2,9 @@ D/*************************************************************************
*
* $RCSfile: javaloader.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kr $ $Date: 2000-10-25 11:15:49 $
+ * last change: $Author: hr $ $Date: 2000-10-26 11:59:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,6 +60,7 @@ D/*************************************************************************
************************************************************************/
+#include <cstdarg>
#include <osl/diagnose.h>
#include <rtl/ustring>