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
This commit is contained in:
cls%seawood.org
1998-10-02 00:01:08 +00:00
parent 51bd8a30f9
commit 4c5cd193d7

View File

@@ -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"