No relative paths for Mac, please. Wrapped #include in #ifdef XP_MAC.

git-svn-id: svn://10.0.0.236/trunk@11737 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1998-10-02 01:16:14 +00:00
parent 7c2022dc32
commit 8ec0ffe69a

View File

@@ -46,7 +46,11 @@
#include "prthread.h"
/* This is a private NSPR header - cls */
#ifdef OJI
#include "private/pprthred.h"
#ifdef XP_MAC
#include "pprthred.h"
#else
#include "private/pprthred.h"
#endif
#endif
#include "prtypes.h"
#include "nsHashtable.h"