mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
The first commit apparently didn't take. Restored inclusion of private nspr header in OJI ifdef.
This commit is contained in:
parent
f0442b68ff
commit
555dd2d723
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user