From 4c5cd193d785058697f27de990bf3689ad445fe5 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 2 Oct 1998 00:01:08 +0000 Subject: [PATCH] The first commit apparently didn't take. Restored inclusion of private nspr header in OJI ifdef. git-svn-id: svn://10.0.0.236/trunk@11726 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/src/nsplugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/modules/plugin/src/nsplugin.cpp b/mozilla/modules/plugin/src/nsplugin.cpp index cca57fcb32f..cbcb4e0d0bb 100644 --- a/mozilla/modules/plugin/src/nsplugin.cpp +++ b/mozilla/modules/plugin/src/nsplugin.cpp @@ -44,6 +44,10 @@ #endif #include "prthread.h" +/* This is a private NSPR header - cls */ +#ifdef OJI +#include "private/pprthred.h" +#endif #include "prtypes.h" #include "nsHashtable.h" #include "nsMalloc.h"