Use quotes instead of angle brackets to fix classic mac bustage.

git-svn-id: svn://10.0.0.236/trunk@135941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2003-01-07 20:51:24 +00:00
parent 632edaed3f
commit 41c6e98c5f

View File

@ -86,7 +86,7 @@ typedef void * PROrderedLock;
** is not compiled in.
**
*/
#include <prlock.h>
#include "prlock.h"
typedef PRLock PROrderedLock;
#endif