From 59aa7cc29429c1786f33f3ee748808e56f1da9dd Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Tue, 21 Aug 2001 03:30:03 +0000 Subject: [PATCH] Attempt to fix build bustage. --- modules/oji/src/ProxyJNI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/oji/src/ProxyJNI.cpp b/modules/oji/src/ProxyJNI.cpp index 5885ed14ca5..1795a9c2430 100644 --- a/modules/oji/src/ProxyJNI.cpp +++ b/modules/oji/src/ProxyJNI.cpp @@ -31,6 +31,7 @@ #include "nsHashtable.h" #include "nsVoidArray.h" #include "plstr.h" +#include "ProxyClassLoader.h" #include "ProxyJNI.h" @@ -1610,4 +1611,4 @@ PR_IMPLEMENT(void) SetSecurityContext(JNIEnv* env, nsISecurityContext *context) PR_IMPLEMENT(nsresult) GetSecurityContext(JNIEnv* env, nsISecurityContext **context) { ProxyJNIEnv* proxyEnv = (ProxyJNIEnv*)env; return proxyEnv->GetSecurityContext(context); -} \ No newline at end of file +}