From cd73ea067cf61869c64aaee5dced2fd06c03427e Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 26 Oct 2000 13:40:55 +0000 Subject: #65293#: jni.h/stdarg.h header clash. Workaround by including cstdarg before jni.h --- sj2/source/jscpp/sjapplet.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sj2') 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 #include #include -- cgit