summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-26 13:40:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-26 13:40:55 +0000
commitcd73ea067cf61869c64aaee5dced2fd06c03427e (patch)
tree3648904f7b21d34bb04d5c6ca8cc66c2d0ffd761 /sj2
parent3bd1af6726ece64cf6f25085c913aabd8c8250e8 (diff)
#65293#: jni.h/stdarg.h header clash. Workaround by including cstdarg before jni.h
Diffstat (limited to 'sj2')
-rw-r--r--sj2/source/jscpp/sjapplet.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx
index 2df01d049958..591b22c9826a 100644
--- a/sj2/source/jscpp/sjapplet.cxx
+++ b/sj2/source/jscpp/sjapplet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sjapplet.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:54:03 $
+ * last change: $Author: hr $ $Date: 2000-10-26 14:40:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,7 @@
*
************************************************************************/
+#include <cstdarg>
#include <jnihelp.hxx>
#include <sjapplet.hxx>